Custom code requirement

Posted in: Newspaper
Post count: 37

Hi
I would appreciate a CSS code for the following

1. I noticed that the single post image captions are in Italics and video captions are in normal style in both desktop and mobile version of Newspaper theme. Is there a CSS code possible on single posts which can give me uniformity and control on all captions (both image and video inserts) in terms of font size, colour, style and alignment?
2. The scroll to top button has blue back ground colour with white symbol colour. Possibility of a code again to change the button colour from blue to let’s say X colour?

Thanks, in advance. I really appreciate all the help from Newspaper team. Thanks again

Post count: 21065

Hello!

1. Add this CSS code and you can change the values with the one which is suitable for you and will apply for all captions on your website.

figcaption {
font-size: 11px !important;
font-style: italic !important;
font-weight: normal !important;
color: red !important;
text-align: center !important;
}

2.

.td-scroll-up{
background-color: red !important;
}

Hope that helps you!

Thank you!

Post count: 37

Hi
It worked and helped. Thanks a ton, really appreciate it. You can please close both the threads. Thanks one again. Take care and stay safe

Post count: 4

Bettina: Thank you very much!

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