Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #60989
    Margarita Strashilova
    Participant
    Premium Member

    Hello,

    I want to chnage the hover color on the titles of the blog posts. How can i do that?

    my website: astromargarita.com

    #60992
    vako
    Keymaster
    WP Royal Team

    Hi Margarita,

     

    Actually, it’s only possible to change the colour of the headings with the theme options, to change the hover colour we can create a custom CSS snippet especially for you, just sent us colour you want to be used.

     

    Kind Regards

    #61003
    Margarita Strashilova
    Participant
    Premium Member

    Thank you, I will appreciate it if you create CSS snippet for me. The colour I want is <span style=”color: #3f3844; font-family: proxima-soft, ‘Proxima Soft’, ‘Proxima Nova Soft’, Helvetica, Arial, sans-serif; font-size: 18px; font-weight: bold; letter-spacing: 0.45px; text-transform: uppercase;”>#AB0CB7</span>

    #61007
    vako
    Keymaster
    WP Royal Team

    Hi Margarita,

     

    Please navigate to Dashboard > Appearance > Customize > Additional CSS section add the following snippet:

    .post-title a {
    
    color: #3f3844 !important;
    
    font-family: ‘Proxima Soft’;
    
    font-size: 28px;
    
    line-height: 2px;
    
    letter-spacing: 0.45px !Important
    
    }

    Kind Regards

    #61008
    Margarita Strashilova
    Participant
    Premium Member

    I coppied something entirely wrong…sorry. I meant only the color code #AB0CB7

    No change in font or anything else. Just change on hover. So what I mean is black headings and when someone hovers on it they change color.

    Your snippet doesnt’ change the hover but it entirely changes the color of the headings. I want only on hover the color to be changed.

    #61012
    vako
    Keymaster
    WP Royal Team

    Hi Margarita,

     

    Please navigate to Dashboard > Appearance > Customize > Additional CSS section add the following snippet:

    .post-title a:hover {
    color: #AB0CB7 !important;
    }

     

    Kind Regards

    #61014
    Margarita Strashilova
    Participant
    Premium Member

    It worked perfectly! Thank you!

    #61016
    vako
    Keymaster
    WP Royal Team

    Feel free to contact us at any time, we are more than happy to help.

     

    Kind Regards

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