Tagged: 

Viewing 19 posts - 1 through 19 (of 19 total)
  • Author
    Posts
  • #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,
    Natalie

    #1304423

    Hey 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,
    Yigit

    #1304487

    Hi Yigit,
    this did not work.

    #1304633

    Hi,

    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,
    Yigit

    #1336827

    hi 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.

    View post on imgur.com

    thank you,
    Natalie

    #1336839

    Hi 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,
    Nikko

    #1336844

    Hi Nikko,

    i’ve cleared the cache several times and nothing has changed.

    #1337054

    Hi,

    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,
    Ismael

    #1337821

    Hi Ismael

    this did work but not quite what im looking for.

    is it possible for a background text like this picture example from google

    View post on imgur.com

    #1337865

    Hi,
    Please try this css instead:

    #Black-background-color-and-white-text-color > div p,
    #Black-background-color-and-white-text-color .av-special-heading-tag {
    	 background-color: rgba(0, 0, 0, 0.5);
    	 width: 50%;
         margin: 18px auto;
    }

    expected results:
    2022-01-29_012.jpg

    Best regards,
    Mike

    #1338074

    Hi Mike,
    Thank you this worked!

    Thank you to everyone else for helping me with this code, very appreciated!

    #1338091

    Hi

    Would it be possible to get help with one more small edit?
    I would like to move the hamburger menu content upwards.

    Screenshot (2)

    #1338102

    Hi,
    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,
    Mike

    #1338103

    Hi Mike,
    Unfortunately this one didn’t work for the hamburger menu.

    #1338105

    Hi,
    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,
    Mike

    #1338128

    Hi 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?

    #1338136

    Hi,
    Glad to hear, you can adjust the padding to suit, the original padding was padding: 125px 0; so try padding: 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,
    Mike

    #1338148

    Hi Mike,

    This is perfect!!

    Thank you for all the help!

    #1338152

    Hi,
    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

Viewing 19 posts - 1 through 19 (of 19 total)
  • The topic ‘add highlight or background behind the text of the footer image for visibility’ is closed to new replies.