custom CSS not taking effect
-
Thanks for your theme and your time and the same to anyone else that may comment on this.
I am trying to make some mods to the theme so it fits with my client branding. For example I wanted to change the nav. (menu button) text colour and so got the code to edit from another post and added/edited it in the custom CSS section. This had no effect so I tried adding it directly to the style.css file and it did work.
.navbar .nav > li > a {
color: #B72755;
}
.navbar .nav > li > a:hover {
color: #e9a825;
}.navbar .nav > li > a:first-letter {
font-size: 16px;
}As you have suggested I would rather add this to the custom CSS section but how do I get it to work. My site is…
https://uppinghamheritagetrail.org.uk/Thank you
Ali
- The topic ‘custom CSS not taking effect’ is closed to new replies.