• Resolved khansherwan

    (@khansherwan)


    I have the following text in my Simple CTA section:

    “Relax, Stay Positive and Love your Imperfections

    With solution-focused psychotherapy sessions, discover a new side of yourself. It will help you keep things in perspective, sharpen your decision-making and coping abilities.

    Become a stronger and healthier version of yourself.”

    I want to make only the last line “Become a stronger and healthier version of yourself” bolded and changed to color green [#6ABE83].

    The blossom theme does not give the option to do this, in custom css please advise how I can do this?

    many thanks

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Hi @khansherwan,

    You can add the below code in Additional CSS.

    .home .widget_blossomtheme_companion_cta_widget .text-holder p:nth-child(2n){
        font-weight: bold;
        color: #6ABE83;
    }

    Please add the code and let us know if it works or not.

Viewing 1 replies (of 1 total)
  • The topic ‘Blossom Theme CTA widget customization’ is closed to new replies.