Hi Vlad
Thanks for the help but the solution didn’t work.
In the main page I would like to remain the same, just to edit few specific pages such as: About, Contact us.
I created a mockup using photo shop. the final result should be something like this in the Contact us page.
After adding your code the background is still white,
In addition can you please advise what i should add to code, I would like to set the Logo in the middle of the page and the menu will be below the logo in the middle as well, something like Dior website
This is the full CCS code I have edit so far.
#page, .site-content-contain, #primary-search-wrapper .search-container, .audioman-mejs-container.mejs-container .mejs-controls .mejs-time-rail .mejs-time-total, .audioman-mejs-container.mejs-container .mejs-controls .mejs-time-rail .mejs-time-loaded, .audioman-mejs-container.mejs-container .mejs-controls .mejs-time-rail .mejs-time-float, .audioman-mejs-container.mejs-container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total, .woocommerce-account .woocommerce-MyAccount-navigation
a {
background-color:#FFFFFF
!important;
}
.menu-inside-wrapper {
background: white;
}
#header-links {
background: transparent!important;
}
.storefront-primary-navigation { background-color: transparent;
!important; }
.storefront-primary-navigation,
.main-navigation ul.menu ul.sub-menu{
background-color:transparent;
}
#header .primary-navigation .toggle-mobile-menu{
color: transparent;
}
.absolute-header .site-title a, .absolute-header .menu-toggle {
color: #000;
}
@media screen and (min-width: 75em)
.navigation-classic.absolute-header .main-navigation a {
color: #000;
}
.main-navigation ul :hover > a,
.main-navigation ul .focus > a {
background-color: #e2e2e2 !important;
}
.menu-toggle,
.menu-toggle:hover,
.menu-toggle:focus,
.menu-toggle.selected {
color:#000000 !important;
}
.hm-nav-container {
background-color: transparent;
}
p, h1, h2, h3, h4, h5, h6, .entry-title a, h1.entry-title, .main h1.title a, .main h2.title a, .main h2.posttitle a, .hentry .title, .main-navigation a {
color: #000000;
}
footer{ background-color: black; }
.tnp-widget {
color: white; !important;
}
.footer-widget-1 {width: 100%;
max-width: 450px}
.footer-widget-2 {width: 100%;
max-width: 500px}
.footer-widget-3 {width: 100%;
max-width: 400px}
.oneRowForm {
text-align: center;
}
.oneRowForm > div input:not([type="submit"]), .oneRowForm textarea {
border: none;
border-bottom: 1px solid #545454 !important;
background: none !important;
outline: none;
border-radius: 0;
margin-bottom: 20px;
width: 100%;
max-width: 400px;
text-indent: 0;
font-weight: 400;
}
.oneRowForm textarea {
resize: none;
height: 46px;
padding-right: 7px;
transition: height .4s;
}
.oneRowForm textarea:active, .oneRowForm textarea:focus {
height: 100px;
}
.oneRowForm input[type="submit"] {
background: #000;
width: 100px;
height: 30px;
line-height: 30px;
border-radius: 0;
outline: none;
-webkit-transition: all .3s;
transition: all .3s;
text-indent: 0;
text-shadow: none;
color: white;
padding: 0;
}
.oneRowForm .my_submit_button:hover,
.oneRowForm .my_submit_button:focus,
.oneRowForm .my_submit_button:active {
outline: none;
background: #942662 !important;
}
.oneRowForm .ajax-loader {
position: absolute;
left: auto;
right: auto;
}
-
This reply was modified 3 years, 11 months ago by sagibinder.