Problems background menu & header template Dj

edited March 2015 in BeBuilder
I have a problem, the DJ template desire to change the background color to the menu and header, and try the BeTheme Options> colors <header, look at this link http://www.creative.com.ve/duda.jpg I put in red to see if it changed nothing

Currently on page www.erasmoprovenza.com/site an image is displayed and the menu has a gray image, but the background is purple. if you go from a cell you will notice that the background is purple.

I do to change this in the options betheme? or I have to do it for css?

Another questions as I enable footer & social networks ?

Can you help?

Comments

  • Hi,

    we have checked your website already but we did not noticed any purple color inside menu. Is current grey color ok for menu background or you want to change this color and can't?

    About social icons in footer and footer section, you don't see it because of css which is in Theme options > Layout > Custom CSS & JS > Custom CSS section and should be removed:
    #Footer { display: none; }
  • edited March 2015
    1) and I can see the footer thanks

    2) but social network ls can not see yet  www.erasmoprovenza.com/site

    3) the background of the header has a background with this color # 1C0E2F need to change the way I do?
       With this code?

    # header {background: #ffffff}




    help me
  • 2) Where you want to display those social icons? Please explain.

    3) To change header background color, please use below css:
    .header-below #Top_bar { background: #000 !important; }
  • 1) not work. Here I leave the css code that is in custom css:

    ---------------------------------------------------------------
    .header-below #Top_bar { background: #000 !important; }

    #Top_bar
    {Background: #ffffff url
    (http://www.erasmoprovenza.com/site/wp-content/uploads/2014/10/home_dj_menu.jpg)
    no-repeat top center important;
    }

    #footer {Background: # 333333}

    .client_wrapper: hover {background: none repeat scroll 0 0 rgba (0, 0, 0, 0.00);





    .fancy_heading .title {font-size: 36px; line-height: 36px; }

    #about .one-second.column {margin: 0; width: 50%:}

    #download .column_image {margin-bottom: 0; }

    #contact p,
    #contact input [type = "email"],
    #contact input [type = "text"],
    #contact textarea {color: # fff200; }

    #contact input [type = "submit"] {color: # 000; }

    #contact input [type = "text"],
    #contact input [type = "email"],
    #contact textarea {background: none! important; border: 1px solid # fff200; }

    .image_frame #gallery .image_wrapper .mask: after {background: rgba (0, 0, 0, 0.4); }

    #download a.mfn-link {margin: 0; }



    .blog .post-meta {display: none; }
    .post-footer .button-love {display: none; }
    ---------------------------------------------------------------


    2) I want social networks appear below the menu and the footer

    3) I sent the admin login and password? or do not need it?
  • 1) There is one more option that probably you selected. Under Theme options > Layout > Footer section. There is "Copyright & Social bar" option.

    2) With current layout you can setup social icons under menu. You can only setup social icons in right bottom corner as on our demo.

    3) CSS we have you above works on 100% because we tested it directly on your website.

    BTW Your css is broken. One of your brackets is not closed and nothing below this mistake, won't work.
  • Ready solved,

    the purple background was the background of revolution slider

    solved

    thx.
  • No problem :) Glad to hear all was sorted.
Sign In or Register to comment.