• I’m working on a client’s site and need some help.
    How can I remove the top bar with the name of the site?
    How can I change the color of the bar behind the navbar
    Is there a way for my client to change fonts and sizes in the customize page?

    Here’s my client’s site http://thepsychicpartners.com

    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • find (probably in header.php) the part between

    <div id="title"> and the accomp. closing div, and delete that. You’ll lose the ‘rss’ thingemie on the right as well.

    In the NAV bar, you probably mean that pinkiesh color, but I could eb wrong. If yes, find this

    #menu ul li.current_page_ancestor:hover a, #menu ul li.current_page_ancestor a, #menu ul li.current_page_parent a, #menu ul li.current_page_item a {
    background-color:#5D0075;
    }

    in this file: /wp-content/themes/freshy2/custom_my_style.css, and change the #5D0075 to something of your likings.

    I don’t know where the ‘customize page’ is, but the only way to change fonts and sizes is via the stylesheet.

    Peter

    Thread Starter kitkaplan

    (@kitkaplan)

    If I remove the <div id=”title”> I lose the bar but the RSS is half hidden behind the header. Can I remove the bar and position the search bars and RSS where I want them? Thnks

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Customizing Freshy 2 Theme’ is closed to new replies.