Styling links

Posted in: Newspaper
Post count: 109

Once again I used a back-up from my hosting company and the result is that all my theme settings are gone. I do not understand why this happens. Third time.

I’m fixing everything now.

Two questions:

#1 How do I change the styling of the links in the body text of pages?

#2 How do I not show the Instagram thingy in the footer for mobile?

Thanks,
Maaike

Post count: 35449

Hi,

1. If you are using standard templates, you can use the option from theme panel -> https://i.imgur.com/P82yrxe.png or you can use on pages the tagDiv Composer and set individual the blocks.

2. If you want to remove the Instagram from mobile ->
.td_block_instagram {
display: none;
}

The code need to be set like this -> https://i.imgur.com/I1bXfoR.png

Thank you!

Post count: 109

Hi!

The settings don’t offer me what I want.

For blog posts I use this ->

.td-post-content a {
text-decoration: none;
box-shadow: inset 0 -0.5em 0 0 #ffff00;
}

.td-post-content a:hover {
background-color: #ffff00;
}

I would like to use the same CSS for pages as well, but I don’t know how to address the pages.

I tried .page which changes all links, also in the header et cetera.

I also tried .td-page-content but that somehow doesn’t change a thing.

Help! 🙂

Thanks,
Maaike

Post count: 35449

Hi,

Please provide some more details and screenshots about on what elements on pages you want to apply that custom css, in this way I will adapt the code for your needs.

Thank you!

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