Font color in main menu, recent posts widgets

This topic has 2 replies, 2 voices, and was last updated 8 years, 11 months ago ago by Robert Hall

  • Avatar: TAT_PM
    TAT_PM
    Participant
    April 14, 2015 at 09:57

    hello there,

    i have two questions:
    1. i want to change the color of the main menu items. the theme option can do that in ‘main color’, but i want to ONLY change the color of the text in the main menu. at the moment i cannot find the CSS handler for that. can you help me out?

    2. i use your ‘recent posts’ widget. it gives me:
    -post image
    -post title
    -author
    -date
    how can i hide the author?

    in case you need it, you will find a link in private content

    thank you in advance 🙂

    Please, contact administrator
    for this information.
    1 Answer
    Avatar: Robert Hall
    Robert Hall
    Support staff
    April 14, 2015 at 10:54

    Hello,

    To change color please add this code in custom.css file

    .main-nav .menu > li > a{
    color:#fff;
    }

    Here is a video tutorial how to create custom.css: https://www.youtube.com/watch?v=Qok2zRedRMY&feature=youtu.be.
    To hide author please comment out following code
    <?php/* <?php _e('by', ETHEME_DOMAIN) ?> <strong><?php the_author(); ?></strong><br> */?>
    in \themes\legenda\framework\widgets.php file on line 368

    Regards,
    Robert Hall.

  • Viewing 2 results - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.