Viewing 7 replies - 1 through 7 (of 7 total)
  • You could use custom CSS. Could you provide your site URL? What text would you like to change the color of? And what color would you like it to be?

    Thread Starter rosabifulco23

    (@rosabifulco23)

    Text in post or Page.
    Dark Gray or Black
    https://www.prolocovicoequense.it

    Try using this CSS:

    p { color: black; }

    It looks like the color of text in paragraphs is currently a gray of medium darkness, but still readable.

    Thread Starter rosabifulco23

    (@rosabifulco23)

    Thank you. Can you help me one last time? I want to change the color of the breadcrumb(green in use on My site) And Service icons widjet (blu in use in My website)
    Best regards

    WEN Solutions

    (@wen-solutions)

    @rosabifulco23,
    Hope you are doing fine and your site is taking nice layout ??
    To make the changes you have mentioned put following code in Custom CSS:

    .service-block-item i.fa::before{
    color:#4A8BF5;
    }
    #breadcrumb a, #breadcrumb a:foucs, #breadcrumb a:hover{
    color:#4A8BF5;
    }

    Note: Replace the above hex color code with your prefered color code.

    Hope this helps resolve your issues.
    Regards!!

    Thread Starter rosabifulco23

    (@rosabifulco23)

    Thank you for the support, but it doesn’t work
    Why?

    WEN Solutions

    (@wen-solutions)

    @rosabifulco23 – Try this code instead:

    .service-block-item i.fa{
    color: #009933;
    }
    
    #crumbs a{
    color: #009933;
    }

    Regards

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Color text post and page’ is closed to new replies.