Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #48041
    Peter
    Member

    Hi,

    site: home-upgrader.com

    In the free version of kathmandu I Succeeded to have the logo and header side topbar next to each other. Now I have the pro version and I can’t get it right. Can you help me?

    Another issue is the color of links on the page, they are blue and I can’t find where to change this.

    Last issue is the line between body and footer, can’t seem to change the color of this line?

    Kind regards,
    Peter

    #48042
    Peter
    Member

    Fixed issue with header logo and text myself.

    Only color of links and color of line above copyright block

    #48050
    Sakin
    Keymaster

    @Peter:
    To change the color of links:
    – Go to “Appearance => Theme Options => Color Options => Site Color Options”
    – Then change the color code in “Link Color” and save changes

    To change the color of line above footer copyright, you can change the color code in the following css and then add it in “Appearance => Theme Options => Custom CSS” box:
    #colophon { border-color: #1b5f7d; }

    #48184
    Peter
    Member

    Hi Sakin,

    the #colophon worked great.

    The links however are still wrong color, can’t seem to fix this

    I set the link color in the site and color options to

    f85c56

    and also tries some custom CSS without success, my links are still gray with blue hovering.

    a:link{color: #B30700;text-decoration: none;font-weight: bold;}
    a:visited{color: #B30700;text-decoration: none;font-weight: bold;}
    a:hover{color: #f85c56;text-decoration: none;font-weight: bold;}
    a:active{color: #B30700;text-decoration: none;font-weight: bold;}

    #48198
    Sakin
    Keymaster

    @Peter: I think you are taking about link color in your sidebar. Then you need to edit the color code in the following css and then add it in “Appearance => Theme Options => Custom CSS” box:

    .widget-area .widget a { color: #757575; }
    .widget-area .widget a:hover { color: #0088cc; }
Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Logo and header top sidebar’ is closed to new replies.