Sonal S Sinha Moderator
Topics: 0 Replies: 31271 Total: 31271
Member since: August 16, 2013
Hi,
1. center menu for mobile?
Ans: I can’t understand a thing what you are saying. Can you show us any example.
2. change backgrouod color for mobile menu??
Ans: If you want to change mobile menu background color?
Kindly go to Appearance >> Customize >> Header >> Header >> Scroll down to find “Mobile Menu Background Color” >> and change background color there.
3. Mobile not show good can i use other logo for mobile and tab??
Ans: Yes, you can change logo only for mobile via CSS.
4. footer what the code to show ourservies list??
Ans: This is done.
Regards,
Brad
Gulf IP G Participant
Topics: 4 Replies: 28 Total: 32
Member since: October 8, 2022
center menu for mobile
change backgrouod color for mobile menu
my logo white color show good in slide desktop
but on mobile not show good can i use other logo for mobile and tap or you can change mobile logo background color
also in footer what the code to show ourservies list
same quick link i make pages its work
when i inter to any services page there is sidebar menu ( how to show this on other page if ineed ,, any code ??? ) check link below
https://ipgulf.org/our-service/trademark/
Gulf IP G Participant
Topics: 4 Replies: 28 Total: 32
Member since: October 8, 2022
i see only menu is with color on mobile still not thing change
Sonal S Sinha Moderator
Topics: 0 Replies: 31271 Total: 31271
Member since: August 16, 2013
Hi,
1. slider at the top is not sliding automatically??
Ans: Kindly edit frontpage/slider.php file, go to line number 14 and make below changes:
running: true,
paused: false,
stop: false,
2. I would like to change the background color when you hover over the social icons in the footer from yellow to #0093d0??
Ans: Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:
.social-icons a:hover, #footer .social-icons a:hover {
background-color: #0093d0 !important;
}
Regards,
Chris
Gulf IP G Participant
Topics: 4 Replies: 28 Total: 32
Member since: October 8, 2022
can you response for my issue
also how to change mobile menu back color and make center
I’m using the Yacht & Cruise theme on a website I am redesigning, and the slider at the top is not sliding automatically.
Also, I would like to change the background color when you hover over the social icons in the footer from yellow to #0093d0.
Can you please help with both of these issues? I will have to send you the login information for the website, as it is currently displaying a maintenance mode page.
Thanks,
Courtney
Gulf IP G Participant
Member since: October 8, 2022
i have my logo white color show goof in slide desktop
but on mobile not show good can i use other logo for mobile and tap
I have the SKT Videography Pro Themes for WordPress, and I need to change the embed play color, Could you help me with that, Please?
Website Link: https://remsmediasolutions.com/
Sonal S Sinha Moderator
Topics: 0 Replies: 31271 Total: 31271
Member since: August 16, 2013
Hi,
This is done.
Do not put any text in the class name. You added the text “colorfix” into the class name.
That’s why the menu hover class wasn’t working.
Please do not add any text in the class which is given by forum.
Regards,
Dave
Sonal S Sinha Moderator
Topics: 0 Replies: 31271 Total: 31271
Member since: August 16, 2013
Hi,
okay, Kindly try this one.
#topmenu ul li ul li a:hover {
color: #eb0e47 !important;
}
Regards,
Dave
Sonal S Sinha Moderator
Topics: 0 Replies: 31271 Total: 31271
Member since: August 16, 2013
Hi,
Kindly use this CSS.
#topmenu ul li ul li a:hover {
color: #eb0e47;
}
Regards,
Dave
Sonal S Sinha Moderator
Topics: 0 Replies: 31271 Total: 31271
Member since: August 16, 2013
Hi,
Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:
.sidr {
background-color: #6599ed;
}
Regards,
Chris
Dear support,
Is it possible to remove the thin line that is displayed in the header/menu bar around the Logo/Title or make it transparent?
The color is set in Customizer – Site Title and logo – Site title and logo border color, but there is no option for transparency or removal.
With regards
Hasso
RED PILL Design
Great theme at: https://serpentlake.org .
On a mobile device, the menu has blue font against a black background. Need to change the color of the background to light blue.
How do I do that?
Sonal S Sinha Moderator
Topics: 0 Replies: 31271 Total: 31271
Member since: August 16, 2013
Hi,
Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:
.woocommerce button.button.alt { background-color: #6ccc88;}
.woocommerce button.button.alt:hover { background-color: #000000;}
Regards,
Dave