-
AuthorSearch Results
-
November 26, 2021 at 10:48 am #186928
Hi,
Kindly use this CSS for product page.
.single .header { background-color: rgba(25, 35, 46, 0.9); }
Regards,
DaveNovember 25, 2021 at 5:59 pm #186913Hi,
Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:
.archive .header { background-color: rgba(25, 35, 46, 0.9); }
Regards,
DaveNovember 22, 2021 at 6:33 pm #186707Hi,
Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:
.page .header { background-color: rgba(25, 35, 46, 0.9); }
Regards,
DaveNovember 20, 2021 at 3:10 am #186642Good day
Is it possible to change the header background color on my pages to be different to the slider header background color on my homepage?
I would like the background color to be
rgb(25, 35, 46); on all other pages (home page to stay as is)November 18, 2021 at 5:57 pm #186573In reply to: HVAC Cleaning Theme
Hi,
Which sidebar text color do you want to change?
Can you send us the screenshot of your issues? Upload your screenshot on https://imgbb.com/ and paste the share url here.
Kindly use this one for mobile menu.
.header #simple-menu .fa-bars { color: #ff3f00 !important;}
Regards,
DaveNovember 18, 2021 at 5:46 pm #186572In reply to: HVAC Cleaning Theme
sorry Dave, no change to the mobile using
#simple-menu .fa-bars { color: #ffffff !important;}
#sidebar #searchform #s { color:#fffff !important;}November 18, 2021 at 5:31 pm #186566In reply to: HVAC Cleaning Theme
Hi,
Kindly put only this CSS code for change color:
#simple-menu .fa-bars { color: #ff3f00 !important;} #sidebar #searchform #s { color:#fff !important;}
Regards,
DaveNovember 16, 2021 at 4:54 pm #186413In reply to: HVAC Cleaning Theme
Kindly go to Appearance >> Customizer >> Basic >> Custom CSS Box:
#sidebar .widget {background:Enter your color code !important;}
Ex: #sidebar .widget {background: #28a267 !important;}
November 12, 2021 at 6:49 pm #186302In reply to: Cryptocurrency Footer Problem
Hi,
Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:
.header #topmenu { background-color: #fabc2e !important;} .menu-header { background: #214478 !important; position: relative; } .menu-header::before { background: #214478; position: absolute; top: 0; content: ""; height: 100%; width: 99999999px !important; left: -99999999px !important; z-index: 10; } #topmenu ul li.buy-tokens::after { display:none;}
Regards,
DaveNovember 11, 2021 at 2:03 pm #186205In reply to: Page Problem
Its the Liquid food coloring and the Gel colors
November 9, 2021 at 3:45 am #186060In reply to: Posterity Theme
Also, how can I change the top menu so when I scroll down it stays WHITE, and doesn’t turn blackish color?
November 9, 2021 at 12:27 am #186057Topic: Elastic Pro Theme – footer formatting
in forum All Other ThemesHello,
I am using your Elastic Pro Theme on my website at https://centralohiowarehouse.com/. I have changed the font throughout the site to Playfair Display; however, somehow the font in the footer info box titles has not changed. I tried inserting the following code into the Custom CSS code box:
#footer .contact-info .box h5 {
font-family: Playfair Display !important;
}And I have even gone into the the theme itself and edited the section of code in the Stylesheet from:
#footer .contact-info .box h5 {
color:#fefefe;
text-transform:uppercase;
position:relative;
font: 400 15px Lato,sans-serif;
}to
#footer .contact-info .box h5 {
color:#fefefe;
text-transform:uppercase;
position:relative;
font:400 15px Playfair Display;
}But the front end of the website still displays the Lato font.
I have the same issue with changing the font size in the footer info box paragraph (i.e., #footer .contact-info .box p) from 14px to 15px and adjusting the font weight in the logo section from 700 to 500 – it doesn’t matter that I put the code in the Custom CSS box or that I changed the code in the theme itself, the changes don’t take effect.
Please help.
Thanks,
Courtney
November 8, 2021 at 5:03 pm #186028In reply to: [UNDERWATER PRO] two issues
Hi,
Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:
.servicesrow { text-align: center;} .slider-main .nivo-caption .nivo-caption-content { background-color: rgba(0,0,0,0.5); display: table; padding: 30px;} .slider-main .nivo-caption .slidedesc { margin: 10px auto 0;}
Regards,
DaveNovember 8, 2021 at 11:02 am #185982In reply to: Mixed issued and requests Strong theme
Hi,
Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:
.slider-main .nivo-caption .title, .slider-main .nivo-caption .slidedesc { background-color: rgba(0,0,0, 0.6) !important; } .social-icons .fa-facebook::before { content: "\f09a"; } .header_wrap.layer_wrapper { position: relative; z-index: 99; }
Regards,
ChrisNovember 1, 2021 at 11:10 am #185723In reply to: Theme GB Consulting Changing Colors
Hi,
Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:
.wpcf7-submit, ul.custom-menu li.current-menu-item a { background-color: #445420 !important;}
Regards,
Chris -
AuthorSearch Results
Search Results for 'color'
-
Search Results
-
Good day
Is it possible to change the header background color on my pages to be different to the slider header background color on my homepage?
I would like the background color to be
rgb(25, 35, 46); on all other pages (home page to stay as is)