-
Author
Tagged: Dynamic.css
-
August 6, 2015 at 19:56 #72039JonathanParticipant
Hi there,
I just updated to Kleo 3.0.6. I use a child theme to adjust styles, etc.
After the update I noticed that the menu items in my main menu had a bottom-border-color equivalent to the border color that I set in Theme Settings. The only thing is that I was happy without that border before. I want to set it back, but trying to overwrite the values with style.css in my child theme is simply not working. I can delete the value from dynamic.css but of course it just changes back shortly after.
August 6, 2015 at 20:20 #72048sharmstrModeratorPut !important on it.
.whatever {
border-bottom: 0px !important;
}Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
August 6, 2015 at 20:20 #72049sharmstrModeratorBut … did you clear your cache after updating?
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
August 6, 2015 at 20:22 #72051JonathanParticipantYes, I’ve done both of those things.
You can see the orange line that appears in the wider dropdown menus. I don’t like it and preferred when it was a soft gray line.
August 6, 2015 at 20:40 #72056sharmstrModeratorThis doesn’t work?
#header.header-color .navbar-nav li {
border-bottom-color: #f7f7f7 !important;
}Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
August 6, 2015 at 20:43 #72057sharmstrModeratorAnd this
.header-color .dropdown-menu {
border-color: #f7f7f7 !important;
}Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
August 6, 2015 at 22:31 #72079JonathanParticipantYes both of those I have already tried.
#header.header-color .navbar-nav li, .header-color .dropdown-menu { border-bottom-color: #f7f7f7 !important; }
It simply does not affect the page for some reason. I have no other problems with CSS.
August 6, 2015 at 23:17 #72085sharmstrModeratorIs it set in your child styles.css right now? Because I dont see it in there: http://www.ibogainealliance.org/wp-content/themes/kleo-child/A.style.css.pagespeed.cf.qY9INfn3M3.css
I really think you need to rebuild your pagespeed cache.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
August 8, 2015 at 07:23 #72225JonathanParticipantWell I don’t know what to do.
I have waited quite a while for caches. I’ve also tried adding the line
ModPagespeed off
to my .htaccess file and then reloading the page.You can definitely see it here: http://www.ibogainealliance.org/wp-content/themes/kleo-child/style.css
Final lines of code.
August 8, 2015 at 13:42 #72231sharmstrModeratorBecause you have it commented out. You didnt properly close the comments above it.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
-
AuthorPosts
The forum ‘General questions’ is closed to new topics and replies.