New Landing How can we help? Themeforest Theme Support Dante Link Color on Blog

Viewing 4 posts - 1 through 4 (of 4 total)
  • Posted in: Dante
  • #300889
    sjeglum
    Member
    Post count: 39

    We recently updated the brand colors on our website, but the link and hover colors won’t update on our blog (neither on the home page or the actual blog).

    On our home page preview of the blog, the link color to the post blogs should be teal (#398885) and the hover color should be gold (#d7a429) where it says CRAZYWISE Bonus Clip – Sense of Agency, etc. See screen shot #1.

    On our blog the “read more” link and hover color are working correctly, but the widgets are not on the right. The widget links are correct, but the hover color doesn’t turn to gold on About CRAZYWISE, Announcements, Meet Adam, etc. See screen shot #2.

    Thanks in advance for any solutions or advice.

    Attachments:
    You must be logged in to view attached files.
    #301160
    David Martin – Support
    Moderator
    Post count: 20834

    1)

    Please add this to Theme Options => Custom CSS:

    .recent-post h5 a {
        color: #398885;
    }
    .recent-post h5 a:hover {
        color: #d7a429;
    }

    2)

    Please add this to Theme Options => Custom CSS:

    .sidebar .widget_categories ul > li a:hover, .sidebar .widget_archive ul > li a:hover, .sidebar .widget_nav_menu ul > li a:hover, .widget_nav_menu ul > li.current-menu-item a, .sidebar .widget_meta ul > li a:hover, .sidebar .widget_recent_entries ul > li a:hover, .widget_product_categories ul > li a:hover, .widget_layered_nav ul > li a:hover {
       color: #d7a429;
    }
    #301239
    sjeglum
    Member
    Post count: 39

    That worked. Looks good. Thank you!

    #301240
    David Martin – Support
    Moderator
    Post count: 20834

    Glad to help you out!

    Thanks,
    David

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

You must be logged in to reply to this topic.