• Hi to everybody,

    I am a complete Newby.

    I have used Customizr for my page https://www.eat-good-live-good.com

    I want to change now the color of the tagline titles in the title bar and also of the titles in each page.

    Can anyone give me a code how I can change it in the custom CCS of Customizer? I could not find anything anywhere in the net.

    Thanks for your help.

Viewing 7 replies - 1 through 7 (of 7 total)
  • Thread Starter kuzcomerlin

    (@kuzcomerlin)

    Also the text in the home page is still grey even though in my admin I have the font color in dark green. How I can change it that also in the home page all text below is written in green?

    This snippet handles the Tagline, but there’s lots of other snippets for you to browse to find most answers.

    And while you’re there, there’s some pretty useful Documentation/Guides under Get Started menu item

    Thread Starter kuzcomerlin

    (@kuzcomerlin)

    thank you rdellconsulting.

    By the time I have added following code to CSS:

    .navbar-wrapper .navbar h2 {
    color: #154215;
    }

    But the only change was for the top right title.

    I want to change ALL the titles in the title bar to this color.

    I have already look in snippet before posting in the forum but as not really firm with CSS codes it has not help me a lots as I could not find what I was looking for.

    This one might help

    Thread Starter kuzcomerlin

    (@kuzcomerlin)

    Sorry, but doesn’t really help.

    Thread Starter kuzcomerlin

    (@kuzcomerlin)

    I have tried out this, looks nice, but still doesn’t color the titles in the color I want. It is just changing the background color.
    .tc-header, .navbar-inner {
    background-color: #154215;
    background-image: linear-gradient(to bottom, white, #869E53);
    background-image: -webkit-linear-gradient (top, white, #154215);
    background-repeat: repeat-x;
    border: 1px solid 154215;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.067);
    min-height: 40px;
    padding-left: 20px;
    padding-right: 20px;
    }

    How to change the font color of the titles and the headlines???? ??

    To change all the h2 headings, just use:

    h2 {
    color: #154215;
    }

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘How to change color of titles’ is closed to new replies.