Hi. Thank you. I needed to target only the homepage (full-screen slider), so I put it in the page settings. 1. transparent menu: it worked 2. logo: css code to point to another logo (i want to point to a white logo I already have) 3. burger menu: it worked
Hi. How do I make the mobile menu on my homepage: 1) transparent 2) point to the light logo 3) burger menu also white. Thanks.
Hello,
You will need to add some custom css ( thefox > styling options ) :
#nav_button:before, #nav_button_alt:before { color:#ffffff !important; }.mt_menu { background: rgba(255, 255, 255, 0) !important; box-shadow: none!important;}
For the white logo you will need to change the php, or just upload a white logo instead of the dark logo.
Do not hesitate to contact us if you have other questions.
Regards
---------------------
Hosting we recommend ( Free SSL and CDN included in all plan ).
Speed up your site with Autoptimize
Test your site with GTmetrix and fix the issue to make it faster
How to Update your Theme
Hi. Thank you. I needed to target only the homepage (full-screen slider), so I put it in the page settings.
1. transparent menu: it worked
2. logo: css code to point to another logo (i want to point to a white logo I already have)
3. burger menu: it worked
Please help with #2. Thanks.
Hello,
Unfortunately this is not possible without creating a new page template and a new footer template.
Copy the footer.php and name it footer-white.php
then go edit the footer-white.php and change
rd_mobile_logo to rd_mobile_white_logo
and
rd_logo to rd_white_logo
Then copy the page.php and name it whitepage.php and copy this on the top :
/*
Template Name: White logo page
*/
Then go edit the page and change the page template to the new template.
Do not hesitate to contact us if you have other questions.
Regards
---------------------
Hosting we recommend ( Free SSL and CDN included in all plan ).
Speed up your site with Autoptimize
Test your site with GTmetrix and fix the issue to make it faster
How to Update your Theme