Viewing 6 replies - 1 through 6 (of 6 total)
  • Besturr IS in Red. Did you refresh your page? Looks correct to me.
    H1 is in red.
    Hope you set this question to resolved.

    Thread Starter royv1981

    (@royv1981)

    Yes, thats correct.

    I have one thing i want and i don’t know how to do it.

    on the mainpage (https://madereros.r4u.nl/madereros/) i put a message, through the Category Post list Widget it goes to other pages, for example, https://madereros.r4u.nl/madereros/teams/madereros-1/spelers1/.

    This is perfect, but on the other page (https://madereros.r4u.nl/madereros/teams/madereros-1/spelers1/) the text is in black and i want that text in white. Because the message goes through Category Post Widget i cannot change the color in the text editor.

    But on the mainpage the text color must be in blacked, so i cannot change the style.css, because then the text color on the main page will also be white and that i don’t want.
    So it must be a code in my custom CSS, but i don’t know which one.

    Thanx for your help!

    I dont fully understand what you are asking but i assume you are trying to change the text color for example shown on this page: https://madereros.r4u.nl/madereros/teams/madereros-1/spelers1/ where the text starts with: Vorige week de rustigste voorgesteld, and the color is a dark gray and u want that as white? But you dont want that change to affect the home page which i see is currently done in black text? Correct?

    If so then couldnt you just add the following css to your stlye.css file (at the bottom)? This would make the text on post pages as white but keep the black text of the home page:

    .post_data > p {color: white }
    Thread Starter royv1981

    (@royv1981)

    You are the best!!

    Thank you!

    Thread Starter royv1981

    (@royv1981)

    Please, can you help me.

    I want to change the font color for my pages to white, as example:
    https://madereros.nl/clubinfo/bestuur-2/

    But on the front page the font color must by in Black.

    So on the pages it must by white.
    I tried different things in my Custom CSS, but the only thing I have found that everything was in White, also the front page.

    Thank you very much for your help.

    hello royv1981,

    if you have custom style’s for its pages you can use .page for pages .home for homepage and .single for single post.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Change Header Title Color’ is closed to new replies.