• Resolved Mauwy

    (@mauwy)


    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: http://www.taekwen.nl/events/

    Could there be a glitch or a change that I did not notice?

    Many thanks in advance 🙂

    Best regards,
    Mauwy

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter Mauwy

    (@mauwy)

    In addition, the border-bottom:2px solid #cccccc; rule is not working in my content containers either.

    Theme Author Fruitful Code

    (@fruitfulcode)

    #page.site .container #secondary .widget h3.widget-title {
    border-bottom: 2px solid #ccc;
    padding: 0 0 10px 0;
    margin: 0 0 20px 0;
    text-transform: uppercase;
    }

    Add this lines to custom css, if you need #cccccc as border bottom.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Issue in widget area after update’ is closed to new replies.