-
AuthorPosts
-
July 21, 2020 at 9:01 am #1231979
Hi
What are the solutions… CSS or settings so the Links in the Small bar above Main Menu are always visible.I have the home page set up with a transparent header and I want to make the Links in the Small bar above Main Menu White and light green (#8dc024) on hover.
Which I did in Advanced Setting…
BUT on mobile view (phone) the white links can not be seen with the white background.
As well as all other pages without a transparent header the links are also not visible.What is the CSS or settings… So the links are white and turn green (#8dc024) on hover. Yet they are main menu color (#00703c) on Mobile and when the header isn’t transparent?
PS Is there a way that a page that has a transparent header on a desktop can also have a transparent header on mobile as well?
Thanks for your help :)
Cheers Dave
July 22, 2020 at 12:40 am #1232145Hey Dave,
Please provide a link to the site/page in question so we can look into this issue further.
Best regards,
Jordan ShannonAugust 8, 2020 at 3:36 am #1236165Hi
I have uploaded this site from localhost to a real web host https://dev.davecane.com/ so you have access (see details to log in)I have a few issues all on the home page of https://dev.davecane.com ;
1/ Is the issue above about having a white phone number in the section above the header on the transparent background. Yet it needs to be visible on mobiles and on other pages that don’t have transparent header selected. As that section has a white background when it has no transparent header covering it.2/ On the home page we are using ‘Full-width Easy Slider’ with ‘transparent header’. The Captions (Heading and subheading) is set as ‘Centre without frame’.
BUT, on small screen devices, the Caption it is not in the centre of the header slider. The Caption gets cut off by the bottom of the header image section.
How do we get it to stay in the middle on all screen sizes when the Transparent header is selected?3/ What causes an Enfold Button not to be clickable on larger screen devices.
An example is on the Home page again of https://dev.davecane.com/
To the left of the video and below the header. It is a button called ‘Call Jason’ and it’s not clickable.
The Enfold button is within a 1/2 page section that is in a Color Section.
What is the fix for this?These issues are the same on Chrome, Safari, and Firefox.
I appreciate your help :)
Thanks, heaps
DaveAugust 14, 2020 at 6:12 am #1237676Hi,
1.) Looks like the phone number is now visible on mobile view. The color is now green over a white background.
2.) Have you tried switching to a Full Screen Slider instead? The fullscreen slider inherits the height of the browser screen, so this should create enough space for the captions and buttons on mobile view. But if you want to keep on using the full width slider, we can use this css code to remove the space above the caption.
@media only screen and (max-width: 767px) { .html_header_transparency #top .avia-builder-el-0 .container, .html_header_transparency #top .avia-builder-el-0 .slideshow_caption { padding-top: 0; } }
If you have any additional questions at this time we kindly ask that you open them up in a separate thread. The longer threads get in the forum, they become more difficult to support as they tend to drift off topic and they also make it troublesome for users trying to search for solutions. Keeping threads relevant to their original inquiry ensures that we can keep better track of what has been resolved and that users can more effectively find answers to similar issues they might be experiencing.
Thanks!
Best regards,
IsmaelAugust 17, 2020 at 12:17 am #1238303Awesome, awesome you are awesome thanks heaps that worked :)
BTW the phone number is green now as I needed it to show on the transparent background and white background on moile and on other pages. And was just running out of time.
Thanks, heaps you are awesome really appreciate your help.
Cheers Dave
August 17, 2020 at 4:22 pm #1238527Hi Dave,
Glad we could help :)
If you need further assistance please let us know.
Best regards,
Victoria -
AuthorPosts
- You must be logged in to reply to this topic.