Issue in widget area after update
-
Hi guys,
Many thanks for this great theme, I really love it.
Unfortunately, after running the update to version 1.2 I am having a lot of trouble with the custom css that I added in the css options.
I copied and edited the following rule from the main css file:
#page .container #secondary .widget h3.widget-title, #page .container #secondary .widget h1.widget-title {
color:#45494c;
font-size:17px;
border-bottom:2px solid #f15a23;
padding:0 0 10px 0;
margin:0 0 20px 0}into
#page .container #secondary .widget h3.widget-title, #page .container #secondary .widget h1.widget-title {
color:#ff0000;
font-size:17px;
border-bottom:2px solid #cccccc;
padding:0 0 10px 0;
margin:0 0 20px 0
}No matter what I do when I change the hex in border-bottom:2px solid #cccccc;, the rendering remains #f15a23. I am using the widget area only in this section: https://www.taekwen.nl/events/
Could there be a glitch or a change that I did not notice?
Many thanks in advance ??
Best regards,
Mauwy
- The topic ‘Issue in widget area after update’ is closed to new replies.