• Resolved HelenNovice

    (@helennovice)


    I was able to change the Title Color to Brown (#341a00), but can’t find where the hover color is to change. Right now it is a white background and when you hover over Title to click on the link, it fades to white as well.

    I have searched the default.css and changed any color for hover that was even listed, but none changed the title hover.

    In the default.css, line 20 gives the information about the title, but not the link or hover.

    .default-theme.wp-posts-carousel .wp-posts-carousel-title { text-align: center; font-size: 18px; }

    Line 7 has a hover for container, but changing it did nothing.

    .default-theme.wp-posts-carousel .wp-posts-carousel-container:hover { box-shadow: 0px 1px 3px 0px #6E95B6; }

    I even added this line, but it also did not change the hover link color for title.

    .default-theme.wp-posts-carousel .wp-posts-carousel-title { text-align: center; font-size: 18px; a:hover { color: #000; }

    Any suggestions? https://www.marcialee.earthmavin.com/

    thx

    https://www.ads-software.com/plugins/wp-posts-carousel/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author teastudio.pl

    (@teastudiopl)

    try to remove:
    .builder-module-widget-bar-background-wrapper .default-module-style, .builder-module-widget-bar-background-wrapper .default-module-style .builder-module-sidebar .widget, .builder-module-widget-bar-background-wrapper .default-module-style .builder-module-sidebar .widget a:hover, .builder-module-widget-bar-background-wrapper .default-module-style .builder-module-sidebar h4.widget-title
    from your style.css file

    or
    use
    .default-theme.wp-posts-carousel .wp-posts-carousel-title a:hover { color: #000 !important; }

    Thread Starter HelenNovice

    (@helennovice)

    Thank you! The latter set of coding worked like a charm. I knew it was a hover set up, but only added the first part of wp-posts-carousel in code and not the second showing title.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Change Title Hover link color’ is closed to new replies.