[Resolved] Link Shadow in footer widget

Home Forums Support [Resolved] Link Shadow in footer widget

Home Forums Support Link Shadow in footer widget

  • This topic has 3 replies, 3 voices, and was last updated 4 years ago by Leo.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1211870
    sporenborg

    Hi, do you have any idea, why links in the footer widget have a border on hover or where can I reset it?

    Best and have a nice weekend

    #1212071
    David
    Staff
    Customer Support

    Hi there,

    I can see borders on the links all the time because of this CSS in Customizer > Additional CSS:

    .widget ul li {
        list-style-type: none;
        position: relative;
        padding-bottom: 15px;
        padding-top: 15px;
        border-bottom: 1px solid lightgrey;
        margin-right: 35%;
    }

    But i am not seeing them change on hover – let me know what i am missing.

    #1212912
    sporenborg

    You are right! Thx.

    Another question: The same url and “Adding Local Fonts”. I tried to use your tutorial but something doesn’t work.

    I added your code:

    add_filter( 'generate_typography_default_fonts', function( $fonts ) {
        $fonts[] = 'XXXX';
    
        return $fonts;
    } );

    … to the GP child theme > functions.php – it didn’t work. Then I downloaded the suggested plugin ‘code snippets’ … the same. Can you pls tell me what I am doing wrong?

    Best

    #1213213
    Leo
    Staff
    Customer Support

    Can you open a new topic for the separate question?

    Thanks 🙂

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.