Format Footer Email

Posted in: Newspaper
Post count: 16

How do I format the color and the hover color of the email address in the footer?

Post count: 21065

Hello!

There should be some settings as here: https://forum.tagdiv.com/topic/edit-link-hover-color-in-footer/
Please provide more information about the element you need to add your email address, so I can help and guide you.

Thank you!

Post count: 16

Hello Bettina

Thank you for your quick response.

When I try to edit that I get a message saying ‘This type of footer is not editable with tagDiv Composer. Please use a cloud footer template!’

The email address next to the word ‘Contact’ is there but it is the same color as the background.

I have a screenshot but can’t find where to add it on this Forum.

The address is http://www.cheadlehulmescoops.co.uk

  • This reply was modified 2 years by aerosurfer. Reason: Adding url
Post count: 21065

Hello!

You use default templates. In the theme panel, if you access Theme colors -> General theme colors, then there is a setting called ” Theme accent color ” which changes the hyperlink text color and also various other elements which use that color: https://forum.tagdiv.com/theme-colors-introduction/

Thank you!

Post count: 16

Unfortunately, changing that setting also changes the hover underline colour of the main menu – and probably other things. How do I change just the colour of the email address in the footer?

Post count: 21065

Hello!

Please add this CSS code in the theme panel settings -> custom code -> custom css:

.footer-email-wrap a {
color: red !important;}

Thank you!

Post count: 16

Yes that worked perfectly! Thank you.

Just one more thing on this – I also notice that the articles listed in the footer under ‘Editors Picks’ and ‘Popular Posts’ – the date of each post is also not the correct color – could you give me the css code to change those too?

Also the hover color on the article headings under ‘Editors Picks’ and ‘Popular Posts’ in the footer are also the wrong color.

Post count: 21065

Hello!

Here is the CSS code:

.entry-title a:hover {
color: red !important;}
.td-footer-wrapper .td-module-meta-info .td-post-date {
color: blue;}

Thank you!

Post count: 16

Thanks for your help Bettina.

Post count: 21065

Hello!

I’m glad I could help you!

Have a nice day!

Post count: 29

I have a footer problem too. I have book reviews populate in footer too. They were in white text. With the latest update, the text turned black. The background is black. I can’t figure out how to change the text back to white or modify the footer color. Can you help?

Post count: 21065

Hello!

Please provide your website link.

Thank you!

Post count: 29

My website is https://50Plus-Today.com. Thank you.

Post count: 21065

Hello!

Use this CSS code:

.widget a{color:#fff!important;}
body{color:#fff!important;}

But I recommend using a pro footer in order to easily modify with the tagdiv Composer.

Thank you!

Post count: 29

so I substitute the color (in this case, white) for the word color in the code?

Post count: 21065

Hello!

Yes. Apply the code and let me know if it is working.

Thank you!

Post count: 29

yes! thank you!

Post count: 29

spoke to soon. Yes, the code worked for the black footer – changed the text to white. But now, the black text in the right margin on the white background is also white. Need that to be black! thanks for your help

Post count: 21065

Hello!

Go to the Appearance -> Widgets, select the widget from your footer and check if you have the settings to change the text color or add an extra class and place it before the code.

Thank you!

Post count: 29

I have a block for the footer 2 -don’t know where to go from here

<!– wp:paragraph –>
<p>DISCLAIMER: The health and wellness information included on this website is not a substitute for or a replacement of professional medical advice, diagnosis, or treatment.</p>
<!– /wp:paragraph –>

Post count: 29

sorry – sent wrong one. How can I send an image

Post count: 21065

Hello!

A solution for sending a screenshot/video is this:
Download, capture, and send: https://www.techsmith.com/jing-tool.html
After making the screenshot, you will have a link; paste it here.

Thank you!

Viewing 22 posts - 1 through 22 (of 22 total)
The forum ‘Newspaper’ is closed to new topics and replies.