• Resolved ascensa

    (@ascensa)


    Hi All,

    Does anyone know how to remove the faint line display that separates the side bars and the main page? This can be a little annoying when the lines do not evenly display based on how many widgets are added which directly reflects the line showing on either side of the adjoining sidebars to the middle section of the main content page.

    Thanks D

Viewing 7 replies - 1 through 7 (of 7 total)
  • Try:

    #right.widget-area:before, #right.widget-area {
      border-left: 0px none white;
    }

    Add left if needed.

    Thread Starter ascensa

    (@ascensa)

    Hi Rdell,

    Thanks so much for the help, I can see you’ve been quite the resourceful contributor on this formum : ).

    Looks like it worked liked a charm, I’m still new to the whole CSS side ot things so just working my way through it all. Can I ask one more question if you don’t mind, which is not related to the border aspect.

    On my front page, the circles come up fine, but I notice there is a grey shading of the square, how can I change that background to transparent or white?

    Cheers D

    Thanks @ascensa, glad to help.

    .round-div {
        border: 104px solid white;
    }

    If not, do you have a link to site, then I can give you the code you need.

    Thread Starter ascensa

    (@ascensa)

    Hi Rdell,

    Thanks for the help, I’ve tried adding that to the child CSS but those grey boxes are still there. My test website is https://www.greensmartliving.com.au. Your help would be appreciated.

    Cheers D

    You forgot the closing comment after /*Circle Feature Background in your style sheet (so the CSS remains commented-out until the next end-of-comment).

    Thread Starter ascensa

    (@ascensa)

    Hi Electric, thanks for picking that up, yeah I’ve just changed that and it still shows the grey box unfortunately. Any thoughts?

    Thread Starter ascensa

    (@ascensa)

    Oopos, just had to clear cache, good old Chrome! : ) thanks for the help.

    Cheers D

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘How to remove line outline in Customizr theme?’ is closed to new replies.