• KellySeeks

    (@motherofchaos3)


    I have a few questions-

    how can i darken the sidebar border and change it to “dotted” i have tried tons of css coding and nothing is working.

    next, how can i remove the extra space above and below the header?

    lastly, how can i darken the font on a widget img?

Viewing 1 replies (of 1 total)
  • AddWeb Solution

    (@addweb-solution-pvt-ltd)

    Hello motherofchaos3,

    Try below css.


    .content-sidebar .widget-area {
    border: 2px dotted #000;
    }
    .site-header .site-branding {
    padding-bottom: 0;
    padding-top: 0;
    }

    Hope this will helps you.

    Thanks!

Viewing 1 replies (of 1 total)

The topic ‘darken sidebar border’ is closed to new replies.