Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #189419

    I would like to change the background color over/active of Secondary Menu
    how can I do? thanks

    #189520

    Hi tizmik!

    You can add this on your custom.css or Quick CSS:

    #top .sub_menu>ul>li:hover {
    	background: red;
    	display: block;
    	float: left;
    	height: 30px;
    	padding: 10px 10px;
    	position: relative;
    	top: -11px;
    }
    

    Cheers!
    Ismael

    #189608

    thanks Ismael,
    I tried, but blind in the sub-menu is superimposed on the menu.
    By changing “top: -11px” move together, you have other suggestions?
    Hi!

    #189766

    Hey!

    Can you please give us a link to the website? Please add this line of code to move the drop down a bit below:

    #top .sub_menu li ul {
    top: 30px;
    }

    Cheers!
    Ismael

    #189793

    perfect! ……. You can also a style for active?
    thanks

    I would also have another question, you can put a background image in the Main Content excluding the home page?

    I wish the pages had a background image, but not in the home.

    thanks for the help

    #190420

    Hey!

    You forgot to post the link to your website so i think you are using boxed layout with background image. If so, please go to Appearance > Editor and open Header.php file and find

    <html <?php language_attributes(); ?> class="<?php echo " html_$style ".$responsive." ".$headerS;?> ">

    and change it to

    <html <?php language_attributes(); ?> class="<?php echo " html_$style ".$responsive." ".$headerS;?> " style="<?php if(is_page(734)) { echo 'background: none;'; } ?>">

    Regards,
    Yigit

    #190422

    In second line you need to change page id ( which is 734 in the code i posted. that is page ID of homepage on my installation ) with your homepage’s page ID. Please see this post to learn how to find page ID’s using developer tools https://kriesi.at/support/topic/mini-heading-in-page/#post-188120

    Best regards,
    Yigit

    #190519

    sorry, the site is not online, I send you a picture.
    http://yoos.it/wp/wp-content/uploads/2013/11/background-page.jpg
    we are using stretched layout.

    I would like the background of the home was white, then some pages I would like a background image.

    thanks for the help

    #190563

    Hi!

    Please add following code to Quick CSS

    .home .content { background: none!important; }

    If that does not work, please post the link to your website when you launch it

    Regards,
    Yigit

    #190640

    I tried, but it does not work.
    this is the link,
    http://yoos.it/wp/enfold/
    the background image is loaded in the main content and is visible both in the home and in the sample page, if possible, I would like to delete it from home, thanks again ….

    #190642

    Hi!

    Please add following code to Quick CSS

    .home .main_color { background: none!important; }

    Cheers!
    Yigit

    #190646

    gorgeous!!
    successful modification
    thank you very much

Viewing 12 posts - 1 through 12 (of 12 total)
  • The topic ‘change color background Enfold Secondary Menu’ is closed to new replies.