Home Forums Free Themes Photo Perfect want to get rid of menu border

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #77866
    schadenfreude
    Participant

    Hello,

    I’m trying to get rid of the white borders around my categories and main menu.

    http://schadenfreudeart.com

    I’ve dug everywhere in the CSS and can’t seem to find the right code.

    Thanks for your time!

    #77882
    wensolutions
    Keymaster

    Hello @schadenfreude,

    Please ads below given CSS by going to Admin Panel > Appearance > Customize > Additional CSS to remove the border in the menu.

    button {
        box-shadow: none; 
    }

    Hope this helps.

    Best Regards!!

    #77961
    schadenfreude
    Participant

    Thank you! That did work for the tops of the border but the inside parts (facing the center) are still visible.

    #77973
    wensolutions
    Keymaster

    Hello @schadenfreude,

    Actually, we are not quite clear which section you are referring to but if you mean by the border that appears at the site tile section then please add below given CSS by going to Admin Panel > Appearance > Customize > Additional CSS.

    .site-title {
        border-bottom: none;
    }

    Hope this helps.

    Regards!

    #78062
    schadenfreude
    Participant

    white bars

    the white bars (circled in red) are the bars I want to get rid of.

    #78170
    wensolutions
    Keymaster

    Hello @schadenfreude,

    When we inspected your site URL, we were unable to find the vertical line as you can see in the screenshot below:

    http://prntscr.com/kmgjc4

    So please let us know if your problem is resolved or not?

    Thank you.

    Regards!!

    #78181
    schadenfreude
    Participant

    I’m using opera, where it mysteriously shows up, but once I checked in other browsers it’s fine. Thank you!

    #78182
    wensolutions
    Keymaster

    Hello @schadenfreude,

    Glad that your issues are resolved.

    Let us know if you have any issues further.

    Thank you.

    Regards!!

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.