• Pushkar Kathayat

    (@pushkarsingh32)


    Hello Richie,
    would you please like to tell me the solution of my following problems
    1- How to change the font size, font color of post content?
    2- how to change the hover color when i move mouse over the post tittle in the home page?
    3- i have adden custom menu in the primary menu bar. but description of category is also showing on the menu bar. how to remove description from the menu bar?
    my site link is techgeekers.com

Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author Richie KS

    (@rkcorp)

    try add this to theme option->custom css

    #custom #post-entry .post-content { font-size:1.3em; color:#cc0000; }
    #custom #post-entry h2.post-title a:hover, #custom #post-entry h2.feat-title a:hover { color:#cc0000; }

    adjust the hex color accordingly.

    best remove the description via wp-admin->appeareance->menus->your custom menu->remove each item descriptions.

    Thread Starter Pushkar Kathayat

    (@pushkarsingh32)

    Thanku Richie,
    I got the solution of first two my problems.
    But not finding any menu description there. I have checked there, the description that is showing for window category in my site, is nowhere?
    What can be the issue? Please help me out.

    Theme Author Richie KS

    (@rkcorp)

    in wp-admin->appeareance->menu, make sure to check the description in dashboard top right screen option.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Font Size and Hover color’ is closed to new replies.