How to Change Logo font color & mouse hover color

Home Forums Iconic One Pro Support How to Change Logo font color & mouse hover color

This topic contains 7 replies, has 2 voices, and was last updated by  RajaneeshM 3 years, 10 months ago.

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #6043

    RajaneeshM
    Participant

    I want to Change the Logo font color & mouse hover color. help me with this

    #6044

    You can paste the following in Customizer -> Additional CSS:

    For text based logo:

    
    .site-header h1 a {
        color: #0099ff;
    }
    a.site-description {
        color: #0099ff;
    }

    For hover

    
    .site-header h1 a:hover {
        color: #ffffff;
    }
    .top-header .site-description:hover {
    color: #ffffff;
    }

    Change the hex colors as per your choice.

    Note: hover code updated

    #6046

    RajaneeshM
    Participant

    thank you <3

    #6047

    RajaneeshM
    Participant

    not working on text logo only working on site description

    #6048

    Code updated. If still not working, then, empty browser cache and check again. Please provide live link for further inspection.

    #6049

    RajaneeshM
    Participant

    hover is working but text based logo title color css not working

    check here : https://dialfeed.com

    #6050

    Thank you for the link.

    Your site is using a page template for home page. Use like this:

    
    .top-header a {
        color: #0099ff;
    }

    and for hover

    
    .top-header a:hover {
        color: #cb6df2;
    }
    #6051

    RajaneeshM
    Participant

    its done thank you. <3

Viewing 8 posts - 1 through 8 (of 8 total)

You must be logged in to reply to this topic.