Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #81185
    TripleY
    Member

    Hi,
    I’m trying to remove the white frame around my content, or get it in the same colour as the rest of the page background.

    At the same time, I would like the colour of the selected menu tab to be the same as the background colour too, instead of white.

    Is that possible?

    http://yaisanio.com/about/

    Many thanks

    #81193
    Mahesh
    Keymaster

    Hi @TripleY,

    Please add the following Custom CSS codes in “Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS” box:

    #breadcrumb-list {
    background-color: transparent;
    }

    #content {
    background-color: transparent;
    }

    Let me know if this helped you.

    Regards,
    Mahesh

    #83064
    TripleY
    Member

    Hi Mahesh,

    Sorry for my late reply, yes it worked perfectly. Thank you so much!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Remove white border around body content’ is closed to new replies.