• Hello,

    I am new to using WordPress outside of wordpress.com.

    I am enjoying the customisation of the themes. I am a CSS newbie, though.

    I can look through the code and pick out bits, but I am having some issues. I was hoping someone would be able to help get a newbie off the ground. Thanks

    1) Link Colour – I have changed what I think is entry for link colour, but it is not working.
    https://www.stereosonic.ie/equipment/

    This page is an example; all the links are grey.

    https://www.stereosonic.ie/services/

    This page shows black links (set by me in “Extra CSS” on theme customiser), but they go grey when visited.

    2) Menu height
    Can the size of the top menu be changed? Smaller?

    3) Image width
    On large screens, the images being set at width are very large indeed. What approach should I take here?

    I appreciate any advice.

    Many thanks,
    Rob

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Hi Rob.

    1. I’m not quite sure what you’re wanting based upon your explanation here. You provided 2 different pages and both have different types of links on them. Can you explain a bit further so I can try to help with that?

    2. Try out the following CSS in Appearance->Customize->Additional CSS

    .site .header-top {
    	height: 50px;
    }
    
    .site-header .custom-header .custom-header-image {
    	margin-top: 50px !important;
    }
    
    .header-top .nav-menu li a {
    	padding-top: 10px;
    }

    3. Which images in particular are you referring to on the site?

Viewing 1 replies (of 1 total)
  • The topic ‘CSS Newbie – What I hope are minor changes’ is closed to new replies.