Elastic Pro Theme – Menu

Home Forums All Other Themes Elastic Pro Theme – Menu

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #172629
    Sonda EunusSonda Eunus
    Participant
    • Topics: 14
    • Replies: 17
    • Total: 31
    Member since: October 7, 2020

    Good afternoon,
    is there a way to add a white strip where the menu is? So the menu options would show inside the white strip. Below it, we would like to have the featured image. Is this possible?

    #172677
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30643
    • Total: 30643
    Member since: August 16, 2013

    Hi,

    Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:

    #topmenu {
        float: right;
        background-color: #fff !important;
        padding: 20px;
    	margin-top:35px;
    }
    .has_trans_header.home #topmenu {
        background-color: #fff !important;
    	padding: 20px;
    	margin-top:35px;
    }

    Regards,
    Brad

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.