• Resolved karlagjini

    (@karlagjini)


    Hi there! I am new to www.ads-software.com, and actually computers as well.. I am trying to build a website using this cool Amadeus theme, and I made a child theme so that I would be able to change the font of the site discription as well as some other things, but since installing the child theme, whenever you hover over a page name or anything you can click on, there is an underline as well as the colour I chose in the customizer is not there and it’s the blue colour instead. Can anyone help with this?? I would be so grateful.

    Karla

Viewing 12 replies - 1 through 12 (of 12 total)
  • Hi there. It’d be easier for us to help you if you post a link to your website.

    Thread Starter karlagjini

    (@karlagjini)

    karlagjini.com

    so is it possible that this is happening because I used the customizer in the parent theme a lot before making the child theme?

    this is what I copied and pasted into the child theme style.css but it doesn’t seem to have done anything.

    }
    a,
    a:hover {
    	color: #720300;
    }
    }
    .main-navigation a:hover {
    	color: #720300;
    }
    }
    .nav-next a:hover,
    .nav-previous a:hover {
    	color: #720300;
    }
    }
    .site-description {
    	margin: 30px 0 0;
    	font-size: 18px;
    	color: #767676;
    	font-family: 'Josefin Sans', sans-serif;
    	font-weight: 400;
    }

    Hi Karla,

    If you want to change hover color throughout the theme, you can add following custom CSS using Advanced CSS Editor.

    a:hover{
        color: #bee;
        text-decoration: none;
    }

    Change HEX code according to your needs. Let me know if you want to target a specific element, the menu links for an instance. Hope it helps.

    P.s. – text-decoration: none will remove the underline. Let me know if this is not what you were aiming for and I’d be glad to help ??

    Thread Starter karlagjini

    (@karlagjini)

    Do I have to do this using the plugin? For some reason I was under the impression it was better to edit the css in the style.css sheet of the child theme. But I will try this thank you!!! What about changing the font of the site description, as what I entered above didn’t do anything either.

    Thank you so much.

    Hey there,

    While you can indeed add the CSS to your child theme;s stylesheet, it is much easier to use the plugin. Besides it’s made by us and is totally safe to use. And can you tell me a bit more about what exactly you are trying to achieve with site description? If you wanted to change it’s color too, you can achieve that by adding following CSS:

    .site-description{
        color: #bee;
    }

    Hope it helps!

    Thread Starter karlagjini

    (@karlagjini)

    oops never mind i got it, i think!

    Thank you for your help ??

    Thread Starter karlagjini

    (@karlagjini)

    this is so complicated/fun/new all at the same time! I will probably be back wit hmore questions later ??

    Hey there,

    Glad I could be of help ?? If you are satisfied with our products and support, please leave us a kind review here. Thanks!

    Can someone help in my blog https://listentoyouropinion.com have category in my posts but I dont see my categorys, please help.

    Hi @yaroslav48,

    Please create a separate thread for your issue.

    Best regards,
    Uriahs

    How to do that?

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

Viewing 12 replies - 1 through 12 (of 12 total)
  • The topic ‘hover colour and underline’ is closed to new replies.