Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1206401

    Hi.

    I created via CSS a. top border in a 1/3 section, because I don’t need a complete 4 sides border.

    Every statement worked fine (border style and border width), except border color. It seems that a default color setting must be overwriten, but it doesn’t work even through additional CSS, custom.css file nor style.css into my enfold-child theme.

    Here is the code:

    .bordesup {
    border-top-color: #5f8789;
    border-top-style: solid;
    border-top-width: 7px;
    }

    Top border should be a kind of green

    No matter which color code I use, border color is still the same.

    Regards.

    #1206630

    Hey ezimbron,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    #top .bordesup {
        border-top-color: #5f8789;
        border-top-style: solid;
        border-top-width: 7px;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1206716

    This worked great. #top characters were missing.

    Thank you very much Victoria.

    Best regards.

    Eduardo

    #1207177

    Hi,

    Great, I’m glad that Victoria could help you out. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

    #1207337

    Thank you both Rikard, for your Support.

    Everything’s fine, topic may be closed.

    Best regards.

    #1207679

    Hi,

    I’m glad this was resolved. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Overwrite theme top border color in a 1/3 section’ is closed to new replies.