• Resolved faulkwood

    (@faulkwood)


    Hi

    I would like to change the text under service options from “Read More” to “Click Here” and change the color of the text to #E02955 (as it’s hard to read).

    How do I do this? My site is https://yourmakeupcatalogonline.com/

    Also, I noticed the theme updated. Once I make this change, I want to make sure it doesn’t change with the theme update.

    thanks

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hi..

    Please download the Custom CSS Editor Plugin and activate it.

    Now copy below CSS code in custom css editor.

    .content-box.content-style2 .read-more {
        color: COLOR-CODE !important;
    }

    Here COLOR-CODE is replaced by your desired color.

    Save the changes.

    Thanks.

    Thread Starter faulkwood

    (@faulkwood)

    Is there a way to change the text to say CLICK HERE?

    There is a child theme with a stylesheet. Can any changes be made there?

    Hi..

    Please make child theme and create front-page.php in child theme directory.

    Now copy code from LINK
    and paste into front-page.php that you created in child theme directory.

    Save the changes.

    Thanks.

    Thread Starter faulkwood

    (@faulkwood)

    Worked great! thanks!

    Hi..

    Most Welcome…

    Thanks.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘How to Change Service Options Text & Color’ is closed to new replies.