• Hi,
    Does anybody know how to change the page title color in the customizr theme? I really have no idea how it works and could not find it anywhere on the theme :/ I want to have the same color for every page title…
    Does someone maybe have a css code that works or is there an even easier option? ;D

    Thanks so much in advance!

    Angelika

    • This topic was modified 7 years, 5 months ago by angelikabe.
Viewing 4 replies - 1 through 4 (of 4 total)
  • You could try

    h1.entry-title {color:red;}

    in the CSS of your child-theme.

    Caution:
    This will color not only the page-titles, but also the post-titles, if you have some. There will be a way to specify it for page-titles only, I am sure ;o)

    ——————
    edit:
    .page .entry-title {color:red;}

    I should have known … ;o))

    • This reply was modified 7 years, 5 months ago by rengeiw.
    • This reply was modified 7 years, 5 months ago by rengeiw.
    • This reply was modified 7 years, 5 months ago by rengeiw.

    in your child theme:

    .page .entry-title
    {color:#3a96ff;
    }

    .branding .navbar-brand-sitename span
    {
    color:#3a96ff;
    }

    • This reply was modified 7 years, 3 months ago by simo185.
    Thread Starter angelikabe

    (@angelikabe)

    Thank you both so much!!! I’m really greatful that it works ??

    Many thanks for this advice. Saved me a ton of time digging round.

    ??

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘How to change page title color?’ is closed to new replies.