Tagged: 

Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #8579
    Potzas
    Member

    Hi there, my site title has become bold, I think since updating the theme to the latest version. I don’t want it to be bold, is there CSS code to change that please? Also, I have child pages under a parent page. When clicking on the parent it highlights all of the child pages, I only want it to highlight when it’s on hover. I also need to change the size of the font in the drop down child pages please.

    Thanks!

    #8639
    Sakin
    Keymaster

    @Potzas: Send me your site URL please?

    #8644
    Potzas
    Member

    http://www.reefadmin.com

    I would also like to change the size of the header (block around the site title), I don’t want the block to be that height. Also would like to move the social icons a bit to the right. They look a bit close to the site title right now. Is that possible?

    Thank you!

    #8645
    Potzas
    Member

    However, if changing the size of the header will alter the responsive theme I probably won’t do it!

    #8647
    Potzas
    Member

    Also is there a way to change the colour of the font on the overlay of the home page sliders please?

    #8649
    Potzas
    Member

    And one more thing! Sorry to bombard you! The subheading on the home page is in italics, I would like to change it to non-italic, and also change the colour of the font. Thank you ๐Ÿ™‚

    #8652
    Sakin
    Keymaster

    @Potzas: Your site Title is not bold. I see that you have change the font to “Ubuntu” which looks little like bold.

    When clicking on the parent it highlights all of the child pages, I only want it to highlight when itโ€™s on hover.
    — this is because you have choose the submenu background color in your “Appearance => Theme Options => Color Options”.

    I also need to change the size of the font in the drop down child pages please.
    — For the adjust the size in the following css and then add it in “Appearance => Theme Options => Custom CSS” box.
    @media screen and (min-width: 1190px) { #header-menu ul.menu ul a { font-size: 12px; } }

    #8656
    Potzas
    Member

    It has always been ubuntu. If it’s not bold how do I make it smaller please? It’s looking ‘bold’ compared to what it used to look like and i’m not sure why.

    Re the child pages hover, thanks! I changed the colours and it works better now.

    Also the font for the child pages, perfect! thanks ๐Ÿ™‚

    #8670
    Sakin
    Keymaster

    Sorry your site is Under Construction and I cannot see it.

    #8672
    Potzas
    Member

    Live now, sorry, thought you may have finished for the day! Thanks ๐Ÿ™‚

    #8674
    Sakin
    Keymaster

    I see that you have already added the following css

    h1#site-title{
    font-style: none;
    font-weight: none;
    }

    Remove that and add the following
    #site-title { font-weight: normal; }

    #8675
    Potzas
    Member

    thank you so much! I will remember now the difference between normal and none!

Viewing 12 posts - 1 through 12 (of 12 total)
  • The topic ‘Title and child pages’ is closed to new replies.