Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #861150

    I’d like to change the background color of the title/breadcrumbs bar and the borders too if I can but don’t see any way to do it. Can you please supply me with the CSS snippet that would do it? Thanks!

    #861152

    Hey diamex94,

    Please provide a link to the site/page in question.

    Best regards,
    Jordan Shannon

    #861181

    Hi Jordan

    I’m using the latest version of Enfold.
    Thx for such fast reply
    Vince

    #861197

    Hi Jordan
    I’m using the latest version of Enfold
    http://hypetea.com/index.php/

    #861222

    Hi,

    Add the following to quick css:

    .alternate_color{
    background-color:#fcfcfc!important;
    }

    Of course change the color to whatever you prefer

    Best regards,
    Jordan Shannon

    #861412

    Thanks Jordan – Awesome support! That worked so if I want to add colored borders top and bottom of the title bar and change the text color and font, what snippet would I use?
    Regards,
    Vince

    #861533

    Hi Vince,

    Please try the following in Quick CSS under Enfold->General Styling:

    .title_container {
      border-top:1px solid red;
      border-bottom:1px solid red;
    }

    Best regards,
    Rikard

    • This reply was modified 7 years, 9 months ago by Yigit. Reason: fixed a typo
    #862609

    Hi Rikard

    No that snippet doesn’t add a colored border.

    Thx Vince

    #862611

    Hey!

    Please use the code as following

    .title_container {
        border-top: 1px solid black;
        border-bottom: 1px solid black;
        margin-top: 1px;
    }

    Best regards,
    Yigit

    #862862

    Thanks Yigit,
    Your stellar support is why I’ve built more than 30 sites using the Enfold theme.
    Vince

    #862867

    Hey!

    You are welcome. Thank you for being a loyal Enfold user! :)

    For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
    And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
    For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)

    Best regards,
    Yigit

Viewing 11 posts - 1 through 11 (of 11 total)
  • The topic ‘Changing the bgd color of the title/breadcrumbs bar’ is closed to new replies.