How can I remove the link underline in my Dawn theme footer and header?

HOW TO REMOVE LINK UNDERLINE IN FOOTER AND HEADER - DAWN THEME

link to your site please

In the Dawn theme for header comment the highlighted code

and for footer these lines

it works, but the line appears when you move the cursor to it (both menu and footer)

https://www.microdjdrops.com/

pass: open

change this also for header text-decoration to none

for footer comment or change their value to none in the media query also in section-footer.css

Like or accept it as a solution if this is helpful thanks.

1 Like

i need a little help here: https://www.microdjdrops.com/collections/custom-dj-drops

i want to change the row to 4

and will also like to change the header and footer background colour without visiting the customize section

Just remove this width in css

1 Like

For header and footer background use this CSS

.footer,.header {
    background: bisque !important;
}

Note: use any color in the background value.

i want to chage the text / item to white colour

it works fine, i now want to change the header icon’s and font text to white. how can i do that?

https://www.microdjdrops.com/

@bless996 here it is it took alot of my time don’t forget to like and accept as a solution thanks.

.header__heading-link .h2 {
    color: white !important;
}
.header__active-menu-item {
    color: white !important;
}
summary.list-menu__item {
    color: white !important;
}
.header__submenu .header__menu-item {
    color: white !important;
}
 .footer-block__details-content .list-menu__item--link {
    color: white !important;
 }
 .footer-block__details-content>p{
    color: white !important;
 } 
.copyright__content a {
    color: white !important;
}
.copyright__content{
    color: white !important;
}
.header__icon .icon {
    color: white !important;
}
a.menu-drawer__menu-item.list-menu__item {
    color: white;
}
2 Likes

https://www.microdjdrops.com/

the first link on the header ‘custom dj drop’ changes to black when it not click

@bless996

.menu-drawer__close-button {
    color: white !important;
}

I want to reposition the ‘currency changer’ to the same level

@bless996 store password ?

open

@bless996 Here you go

.header__icons {
    align-items: center;
}