Tagged: 

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #13014
    EveryHome
    Member

    My website is http://www.everyhomeisacastle.com. I have been trying (without any success) to round the top corners of my navigation bar. Please can someone help?

    I would also like to:

    – make the text widget the same width as the other widgets in my side bar
    – change the link colour in the navigation bar
    – change link colour in my footer

    Thank you in advance!

    #13025
    Sakin
    Keymaster

    @EveryHome:
    To make the top corners of navigation bar rounded. You need to add the following CSS in “Appearance => Theme Options => Custom CSS” box.
    #branding #access { border-radius: 5px 5px 0 0; }

    make the text widget the same width as the other widgets in my side bar
    — It is always same

    To change the link colour in the navigation bar, you need to change the color code and then add the following CSS in “Appearance => Theme Options => Custom CSS” box.
    #branding ul.menu a { color: #ccc; }

    To change the link colour in footer, you need to change the color code and then add the following CSS in “Appearance => Theme Options => Custom CSS” box.
    #site-generator a { color: #ddd; }

    #13070
    EveryHome
    Member

    Thank you – this worked a treat.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Page Tweaks’ is closed to new replies.