Site logo

Archived topic

custom css

9 replies · Started by Samantha on August 19, 2018

Viewing posts 1–10 of 10

On my page: https://www.vibrantyogini.com/faq/

I use the plugin called 'read more'

I would like the font style to be open sans and the colour to change from orange to blue.

What custom css can I put in the customiser to do this?

Also, is there css code to make the primary navigation bar height large on desktop, but smaller on mobile so that the menu on mobile doesn't look to spread out? (I want to do this so that on a desktop my logo appears larger on the homepage, but then shrinks as scrolls, at the moment ive made the primary navigation height smaller, but I would like to put it larger again so the logo is larger)

Hi there,

you can try this CSS:

*[id^='readlink'], *[id^='readlink']:hover, *[id^='readlink']:focus, *[id^='readlink']:active {
    color: #347dbc;
}

In the Customise > Layout > Primary Navigation > Menu Item Height - you can adjust the height separately for Mobile - just click the Mobile icon to adjust.

Yes this worked! Thank you very much :)

With my drop down menu off of the primary navigation (yoga classes - yoga class schedule) how do I then make the text show on one line?

You could reduce the padding on the drop down menu like so:

@media (min-width: 1024px) {
    .main-navigation .main-nav ul ul li a {
        padding: 13px 15px 13px 15px;
    }
}

Thank you!

Glad to be of help :)

Where exactly do I have to put this CSS for the main navigation? I am no coder so is there a input field somewhere? Thank you very much.

I meant where exactly do I put or how do I have to modify this for the canvas mobile menu. Thank you!

This archived topic is closed to new replies.