Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #862705

    I need to add 2 one pixel gray border colors:

    1- Below the header/logo and right above the menu items (see mockup)

    2- Right above the socket/copyright section (see mockup)

    My site – https://themrteam.com/dev/about-us/

    My mockup – https://imgur.com/a/pYvsx

    #863170

    Hey navindesigns,

    Thank for using our theme!

    To fix your requests, add the custom CSS code below at Enfold Theme Options > General Styling > Quick CSS

    
    #header_main_alternate {
      border-top: 1px solid #aaa;
    }
    
    footer {
      border-top: 1px solid #aaa;
    }
    

    Best regards,
    John Torvik

    #863735

    Unfortunately, that did not work :(

    I even tried it with the important on the css

    #864211

    Hi,

    Try this instead:

    #header_main_alternate {
      border-top: 1px solid #aaa !important;
    }
    
    #socket {
      border-top: 1px solid #aaa !important;
    }

    Best regards,
    Rikard

    #864373

    Still not working

    #864629

    Hi,

    Ok, the CSS should work. Where exactly are you adding it?

    Best regards,
    Rikard

    #864770

    I am adding it in my Quick CSS

    I’m sending you my login to take a look if needed

    #865023

    Hi,

    Please try commenting out any existing custom css so we can make sure there is not malformed parts or conflicts preventing the suggested css from running.

    Best regards,
    Jordan Shannon

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