Tagged: footer
-
AuthorPosts
-
June 6, 2021 at 9:11 pm #1304293
Hi,
I don’t know much about coding so apologies ahead of time. I would like to add something in the form of highlighted text only to the text above the picture located in the footer of my website. Image in the footer is gray wash filtered and text is white, would like to use colour #734854 behind the text to match the website theme and make the contact info and address readable.Thank you,
NatalieJune 7, 2021 at 2:33 pm #1304423Hey Natalie,
Thanks for contacting us!
Please add following code to Quick CSS field in Enfold theme options > General Styling tab
#footer-page .avia_textblock, #footer-page h2 { text-shadow: 3px 3px #734854; }
Best regards,
YigitJune 7, 2021 at 10:17 pm #1304487Hi Yigit,
this did not work.June 8, 2021 at 1:37 pm #1304633Hi,
It should have looked like the screenshot I attached in private content field below.
Could you please create temporary admin logins and post them here privately so we can look into it? :)
Best regards,
YigitJanuary 24, 2022 at 5:29 am #1336827hi sorry
got busy with work and forgot abut this until now, my apologies.i would still like to add a css code for a black background to the white text that is over the black and white picture in the footer of my website to make the text visible over the picture if that’s possible.
thank you,
NatalieJanuary 24, 2022 at 5:47 am #1336839Hi Natalie,
Yigit’s code should work however your caching plugin seems to be preventing the new code from being fetch thus it appears that the code is not working, please clear the cache from the caching plugin and see if it helps.
Best regards,
NikkoJanuary 24, 2022 at 6:22 am #1336844Hi Nikko,
i’ve cleared the cache several times and nothing has changed.
January 25, 2022 at 12:54 pm #1337054Hi,
Did you add this ID to the heading element?
Black-background-color-and-white-text-color
Please edit the column where the heading element is located and apply the custom ID or class name to it instead. Apply av-custom-column as the custom css class name for example, then add this css code.
.av-custom-column h2, .av-custom-column p { text-shadow: 3px 3px #734854 !important; }
Best regards,
IsmaelJanuary 29, 2022 at 4:33 am #1337821Hi Ismael
this did work but not quite what im looking for.
is it possible for a background text like this picture example from google
January 29, 2022 at 10:54 pm #1337865January 31, 2022 at 6:45 pm #1338074Hi Mike,
Thank you this worked!Thank you to everyone else for helping me with this code, very appreciated!
January 31, 2022 at 9:39 pm #1338091February 1, 2022 at 2:11 am #1338102Hi,
Glad this helped, for the burger menu try this css:#top #header #av-burger-menu-ul { vertical-align: top!important; padding: 0!important; }
Best regards,
MikeFebruary 1, 2022 at 2:29 am #1338103Hi Mike,
Unfortunately this one didn’t work for the hamburger menu.February 1, 2022 at 3:50 am #1338105Hi,
I see you are using a caching plugin, please try disabling it and adding the css to the WordPress ▸ Customize ▸ Additional CSS field.
Also try disabling the Enfold Theme Options ▸ Performance ▸ JS & CSS file merging and compression options and at the bottom of the same option page enable the Enfold Theme Options ▸ Performance ▸ Delete old CSS and JS files option.
I’m pretty sure this should work because I tested by injecting it into the browser, please see the screenshot in the Private Content area.
If this doesn’t help please include an admin login in the Private Content area so we can be of more assistance.Best regards,
MikeFebruary 1, 2022 at 5:25 am #1338128Hi Mike
Thank you ,
disabling the cache seemed to have worked but I find the menu content to be bit high now can we lower it by a cm?February 1, 2022 at 5:47 am #1338136Hi,
Glad to hear, you can adjust the padding to suit, the original padding waspadding: 125px 0;
so trypadding: 55px 0;
the first number is for top & bottom and the second number is left & right, so that is why it is zero.Best regards,
MikeFebruary 1, 2022 at 6:11 am #1338148Hi Mike,
This is perfect!!
Thank you for all the help!
February 1, 2022 at 6:24 am #1338152Hi,
Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.Best regards,
Mike -
AuthorPosts
- The topic ‘add highlight or background behind the text of the footer image for visibility’ is closed to new replies.