Forum Replies Created

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • in reply to: Links a.hover and removing underline text decoration #102408
    studio4sls
    Participant

    Yay! That worked! Many thanks!!!

    in reply to: Links a.hover and removing underline text decoration #102346
    studio4sls
    Participant

    Thanks. Try now. :)) It’s the more buttons, when your cursor is on them, they turn red :))

    in reply to: Links a.hover and removing underline text decoration #102246
    studio4sls
    Participant

    Thanks for trying – but that didn’t work :))

    Here is all the suggestions and custom css i have entered – maube something is conflicting that i am not seeing?

    .content-area .entry-title, .content-area .entry-title a {
    color: #000;
    text-align: center;
    font-family: Courgette, cursive;
    }
    
    body, button, input, select, textarea, h1, h2, h3, h4, h5, h6, .content-area .entry-title, .content-area .entry-title a, a:hover, a:focus, a:active, .archive-blog-wrapper .read-more a:hover, .archive-blog-wrapper .read-more a:focus, .archive-blog-wrapper .read-more a:active, .view-more a:hover, .view-more a:focus, .view-more a:active, #nav-below .nav-links a, #nav-below .nav-links span.current, .wp-pagenavi a, .wp-pagenavi span, #infinite-handle span button, .news-ticker-title, .news-ticker-title a, .sub-title, .tour-dates ul li:first-child, .tour-dates ul li:nth-child(2), .tour-dates ul li:nth-child(3), .featured-content-wrap .entry-title a {
        color: #000;
    }
    
    a, .view-more a, .entry-meta a:hover, .entry-meta a:focus, .content-area .entry-title a:hover, .content-area .entry-title a:focus, .archive-blog-wrapper .read-more a, .news-ticker-title a:hover, .news-ticker-title a:focus, .featured-content-wrap .entry-title a:hover, .featured-content-wrap .entry-title a:focus {
        color: #ff3399;
        text-decoration: none;
        font-weight: bold;
    }
    
    a:hover, a:focus, .view-more a:hover, .view-more a:focus, .entry-meta a:hover, .entry-meta a:focus, .content-area .entry-title a:hover, .content-area .entry-title a:focus, .archive-blog-wrapper .read-more a:hover, .news-ticker-title a:hover, .news-ticker-title a:focus, .featured-content-wrap .entry-title a:hover, .featured-content-wrap .entry-title a:focus, .main-navigation a:hover, .main-navigation a:focus, .main-navigation li:hover > a, .main-navigation li.focus > a {
    color: #da197d;
    }
    
    .main-navigation .current-menu-item > a, .main-navigation .current-menu-ancestor > a {
        font-weight: 700;
        color: #ff3399;
    }
    
    .btn-transparent, .ctnewsletter .ct-newsletter-wrap #subbutton, #nav-below .nav-links a, #nav-below .nav-links span.current, .wp-pagenavi a, .wp-pagenavi span, #infinite-handle span button {
        background-color: #dc0972;
        border-color: #dc0972;
        color: #ff3399;
    }
    
    .archive-blog-wrapper .read-more a {
        text-decoration: none;
    }
    
    .entry-content a, 
    .entry-summary a, 
    .taxonomy-description a, 
    .logged-in-as a, 
    .comment-content a, 
    .pingback .comment-body > a, 
    .textwidget a {
        box-shadow: none;
    }
    
    .backtotop:hover, .backtotop:focus {
        background-color: #dc0972;
        border-color: #dc0972;
        color: #fff;
    }
    in reply to: Links a.hover and removing underline text decoration #102117
    studio4sls
    Participant

    Cool – that removed the underline and changed a.hover color :)) but the more buttons are still red on cursor hover.

    in reply to: Links a.hover and removing underline text decoration #102025
    studio4sls
    Participant

    Thanks but that didn’t solve the issue. I am trying to remove the underline on content links. All links in the content areas of posts and pages.

    My second issue is the hover color on all links (menu, content and read more buttons – scroll up too but i disabled it). I got the links to change to pink, used #ff3399 – but when your cursor is on them (hovers), they go back to a red. I want them to be a darker pink or something else when you hover on them. a.hover a.focus, etc.

    Thanks again!

    in reply to: Page Titles #101958
    studio4sls
    Participant

    AWESOME – thank you!

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