This topic has 10 replies, 2 voices, and was last updated 7 years, 11 months ago ago by Rose Tyler
Hi,
I wish to add the same blue lines around the Categories drop-down menu on my home page. This is so I can have the same look as the Snowboard menu of the Royal Demo.
I looked around the Forum, and I found a similar question answered, with a video.
Do I only need to add the following css code to the theme, and follow the instructions as explained on the video?
.widget_product_categories h2{
color:blue;
}
I am not versed in css, so I wanted to check first.
Hello,
Please provide me link to your site in Private Content. I need to see your page.
Regards,
Rose Tyler.
Please find the requested information enclosed
Hello,
You can add this css code in Theme Options > Custom CSS > Global Custom CSS:
.widget_product_categories {
border: 2px solid #0cb3d7;
margin-bottom: 30px;
}
.widget_product_categories .widgettitle {
background-color: #0cb3d7 !important;
}
.widget_product_categories .with-accordion {
margin: 0 10px;
}
Regards,
Rose Tyler.
Thanks, but on subsequent pages the categories is not blue. How can you alter this?
Hello,
Please, provide us with link to these pages or you can to change the class from the previous code to the new. Try find class via Inspect element tool in Chrome browser. Please, read the article and watch the video: https://developers.google.com/web/tools/chrome-devtools/iterate/inspect-styles/.
Regards,
Rose Tyler.
So, if I understand you correctly, I must:
1. Change every page one for one?
2. Learn and understand all these codes?
I am very, very beginner with this.
To understand more, I require from you a bit more explanation. I don’t mind doing this over the phone and/or with Team Viewer, but I do require assistance.
Hello,
You do not need to write code to each page one by one.
Try change style, as a write in the article, or I will do it for you. Only provide links to pages where previous code not work.
Also, I don’t see the previous code on your site, put it in Theme Options > Custom CSS, please.
Regards,
Rose Tyler.
Okay I will try the instructions as written in the article, and ask you when I need assistance.
Hello,
Great, feel free to contact us if you need any help.
Regards,
Rose Tyler.
Tagged: blue lines, category, home page, snowboard, template, woocommerce, wordpress
You must be logged in to reply to this topic.Log in/Sign up