Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1342782

    I’d like to change the background colors. I can’t seem to within the theme options, just font and main body color. I used this theme years ago and remember needing CSS for this stuff. I want to change the color behind the title text and behind where the social media icons and contact info are.

    You shouldn’t need login info for this.

    Thanks

    #1342802

    Hey Erin,

    Thank you for the inquiry.

    You can actually change the main font color in the Enfold > General Styling > Main Content panel. If you would like to edit a specific element, please go to the Enfold > Advanced Styling panel.

    Best regards,
    Ismael

    #1342803

    I don’t want to change the font color. I didn’t mention font at all. I want to change the color behind the title bar and behind the top bar.

    #1342822

    Hi,

    Thanks for the update. Please try the following in Quick CSS under Enfold->General Styling:

    div#header_meta {
      background-color: blue;
    }
    
    div.title_container {
      background-color: red;
    }

    Best regards,
    Rikard

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