Font settings not working on pages & how to delete black bottom on modal picture

Posted in: Newspaper
Post count: 137

Just Updated to 6.1 from 4 and after a few hours of rebuilding everything is sort of coming together. I however have two questions.

1. When changing the fonts everything seems to be working fine (on posts etc.) except for when I try to change it on the pages. Doesn´t matter what I chose, nothing changes. I have solved it with css by targeting the actual page-id and applying the p-tag (.page-id-81 p {font-size: 13px; !important;}. This is however an absolutely ridiculous way to solve it. This must be a bug.

2. Since most of my pictures don´t have captions i have removed the captions and text that says (1 of 12 etc) by using .mfp-bottom-bar {display: none; visibility: hidden;} in Custom CSS. I would also like to remove tha black overlay that appears on every modal/lightbox picture. How would I target that to get rid of it?

Thanks
Christoffer

Post count: 137

Found a third one that really should be adressed, changing the default link color without the need for Custom CSS and trying to target every type of page individually.

Right now I have to do this:
/* Make the links blue */
.td-post-content a {
color:#4db2ec;
}

I realise the link color changes with the theme accent-color, but this is hardly always what one wants.

Otherwise like the new version so far 🙂

Post count: 7909

Hi,

1. If you use page content to add your text it should be applied font options from page content – http://screencast.com/t/0OWl3si3jhttp://screencast.com/t/4LTTwz0g2http://screencast.com/t/y4OX6WGMd
If you use a text block unfortunately you will need to change the font size via custom css or inline css, please check this topic – https://forum.tagdiv.com/topic/page-fonts-titles-have-no-effect/#post-55591

2. Please try this custom css – http://screencast.com/t/tpxmPgdy9KM

.mfp-figure:before {
display: none;
}

3. If you want to change the color for all content links you will have to use that custom css as there is no option in Theme Panel to change it color, but you can also change the color of the links manually when you write an article – http://screencast.com/t/EO4HkxGePDlUhttp://screencast.com/t/leTiFhujGN

Hope this helps!

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