Home Forums Pro Themes Biography Pro Color of text

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #77129
    Sijmen de Boer
    Participant

    Hi,

    I want to change a little bit of text to another color, now it’s black on a red background and I want it to be white. How can I do this?

    Some parts need to be black, so only that part has to be white.

    Cheers!

    #77133
    wensolutions
    Keymaster

    Hello @sijmendeber,

    Can you mention more precisely the section so that we can provide the precise fix to you?

    Thank you.

    Regards!!

    #77138
    Sijmen de Boer
    Participant

    Hi,

    Screenshot: https://gyazo.com/d1b0878314f1be996f836c3808d6a476
    As you can see, the text in the red box is black, and I wanna change that text to white.
    The other boxes are white, and over there, all is black.

    website: http://www.uwdenkbeeld.nl

    #77142
    wensolutions
    Keymaster

    Hello @sijmendeboer,

    Please add below give CSS by going to Admin Panel > Appearance > Customize > Additional CSS.

    .testimonial-content {
        color: #fff;
    }
    
    .about-content {
        color: #ffffff;
    }
    
    .wrap-about h2 {
        color: #fff;
    }

    Hope this helps.

    Regards!!

    #77144
    Sijmen de Boer
    Participant

    It helped, cheers!
    Can you please give me another CSS for the H1?
    I want the title as well in white.

    #77145
    Sijmen de Boer
    Participant

    And I also want the button which now is: “read more” to change to “lees meer” but i can’t find the place where I can change this name

    #77154
    wensolutions
    Keymaster

    Hello @sijmendeboer,

    For the title use below given CSS.

    .wrap-about h2 {
        color: #fff !important;
    }

    Now as for the translation, all the string in the theme are already made translation ready so you can change those string in any language you want.

    You can translate the string using the plugin like loco translate which is actually easy to use.

    https://wordpress.org/plugins/loco-translate/

    Hope this helps.

    Regards!!

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