Problems background menu & header template Dj
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?
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
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:
3) To change header background color, please use below 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?
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.
the purple background was the background of revolution slider
solved
thx.