Archived topic
Link Shadow in footer widget
3 replies · Started by sporenborg on March 27, 2020
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
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.
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
Can you open a new topic for the separate question?
Thanks :)