Support » Theme: Blossom Travel » Changing color of signature in author widget

  • Resolved padgettpilates

    (@padgettpilates)


    Hi,

    I would like to change the color of my signature in the author section on my home page

    With love, Kimberly
    I would like the color to be #afc4c0

    I’m also looking to change the button color below it to #afc4c0 and text to white.

    I’ve tried entering the code a few times with no luck. Thanks you.

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

Viewing 7 replies - 1 through 7 (of 7 total)
  • blossomthemessupport

    (@blossomthemessupport)

    Hi @padgettpilates,

    Please add the below CSS code in Additional CSS via Appearance > Customize to change the colors:

    .widget_bttk_author_bio .text-signature{
        color: #afc4c0;
    }
    
    .widget_bttk_author_bio a.readmore{
        background: #afc4c0;
        color: #ffffff;
    }
    

    If you face any issues or have questions, let us know.

    Thread Starter padgettpilates

    (@padgettpilates)

    Hi. Thank you for your response.

    The coding for the button color changed worked.

    The coding for the signature (with love, Kimberly) didn’t. If there is anything else I can try, please let me know. Thank you.

    blossomthemessupport

    (@blossomthemessupport)

    Hi @padgettpilates,

    I checked your site and couldn’t find the code for the author signature added on your site. Can you please add it?

    Please make sure you copy and paste the code exactly.

    Thread Starter padgettpilates

    (@padgettpilates)

    Hi,

    I might be missing something, but it seemed like I copied and pasted both codes in the CSS. I re-copied and paste from my site, please let me know if I’m missing something.

    .widget_bttk_author_bio .text-signature{
    color: #afc4c0;
    }

    .widget_bttk_author_bio a.readmore{
    background: #afc4c0;
    color: #ffffff;
    }

    thanks again,
    Kimberly

    blossomthemessupport

    (@blossomthemessupport)

    Hi @padgettpilates,

    The code is correct but it is not showing the first part of the code on your site.

    Please reach out to our support team for further assistance.

    Thread Starter padgettpilates

    (@padgettpilates)

    Hi,

    So I copy and pasted just the signature part of the code in my CSS window and that worked. Not sure what was going on, but it’s the way I want it now. Thank you.

    Hi @padgettpilates,

    We are glad to know the issue is resolved now.

    Do let us know if you need any assistance further.

    Best regards!

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Changing color of signature in author widget’ is closed to new replies.