Home Forums Basel support forum Underline on accordion links

Underline on accordion links

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #87992

    Giulio
    Participant

    Hi there,

    I do not like this effect on the accordion feature. How can I invert the effect with the underline? Keeping the underline and showing with the cursor passing. Also here in the index.

    I think that it is caused by this:

    body .basel-hover-excerpt .product-excerpt {
    	display: block;
    }
    
    .site-content .wpb_text_column  a {
    	text-decoration:underline
    }
    
    .site-content .wpb_text_column a:hover {
    	text-decoration:none
    }

    But sometimes I would to use the default CSS. How can I ignore the Global CSS in these samples?

    Thanks a lot.

    #88029

    Hello,

    I do not understand what do you want to do. You are talking about the accordion, you show the code for an excerpt and your screen shows subscription form.

    Where do you want to configure or remove underline?

    Best Regards

    #88051

    Giulio
    Participant
    .site-content .wpb_text_column  a {
    	text-decoration:underline
    }
    
    .site-content .wpb_text_column a:hover {
    	text-decoration:none
    }

    Is it a code for an excerpt? I have this inside the Global CSS 🙂 I’d like to remove the underline inside some Basel “body text”. Only some, not all.

    #88086

    Hello,

    This code may be from experts and from anywhere else.

    Please provide your site URL and screenshot what would you like to underline. What experts are you trying to customize: product or blog?

    Best Regards

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