Tagged: 

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #1075185

    Can the title bar background color be changed along with the font color?

    #1075763

    Hey Jeffrey,

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

    .title_container {
      background:green;
    }
    .main-title a {
      color:red;
    }

    Best regards,
    Rikard

    #1075990

    1. That works for the background but I need a hex code value. …???
    2. It didn’t work for the font color.

    #1076013

    no phantasie on replacing the color to a hex-code color?
    choose yourself: here

    .alternate_color.title_container {
        background-color: #176e0e;
    }
    
    .alternate_color.title_container * {
        color: #fff !important;
    }

    the asterisk defines all following childs with that font color: so title and breadcrumb are then influenced.

    #1076021

    Didn’t work at all 007

    #1076113

    i need to see your site

    #1076620

    Hi JeffreySummers,

    Please link to where we can see the results you are getting.

    Best regards,
    Rikard

    #1077839

    Basically, any page. Your code sits in my Quick CSS input field. Didn’t change anything. 007s did change the background color but not the font. But I’m repeating myself.

    #1078521

    Hi,

    Thanks for the update, but we need a link to where we can see the results you are getting. Otherwise it’s very difficult to help you out.

    Best regards,
    Rikard

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