Darek Malinowski
asked 10 years ago

Hi, I will try to change colors of topmenu. I changed colors of all dividers but the first still is darkgray. I found ccs command which can change it (see below), but when I put it to custom css it’s not working. <span style="color: #888888"><span style="color: #222222">#navigation li:first-child a</span></span> {   border-left: 1px solid #FFFFF; } best regards Darek

1 Answers
DominicStaff
answered 10 years ago

To resolve this issue, below is our instruction:
Firstly, follow the jetpack’s guideline in the Blog article on how to use Edit CSS here. http://cmspioneer.com/designwall/blog/using-jetpack-custom-css-for-your-wordpress-site/
Then add the code to the Edit Css.

#header #navigation li:first-child a {    border-left-color: #FFF !important;}

 

Darek Malinowski
replied 10 years ago

That’s working… 🙂
Thanks a lot…

Powered by DW Question & Answer Pro