Custom Code Under Magazine Pro Demo

Posted in: Newspaper
Post count: 37

Hi
I have recently bought and started using the Newspaper theme and am definitely liking it so far despite some issues on my Web host. The questions below are unrelated to that though. I have one question and 2nd one is a simple request.
1. After trying the Default Demo, I chose the Magazine Pro Demo and customised it as per my needs, but I noticed a custom code in it which wasn’t there in the default demo. So will appreciate if I can know what it actually is for? The custom code that I found under Magazine Pro is “.tdc-font-tdmp {
font-family: td-multipurpose;
}”.
2. Secondly it will be very helpful if you can write a simple code helping me to customise embedded images and videos default captions to a lower size and slightly lighter font for both main and mobile theme. My guess is the same code will work for both. I do have a code from my previous theme but would prefer to use the one from you.

My website is sabysworld.com. Thanks in advance.

Post count: 21065

Hello!

1. This code is for the icons presented in the demo menu.
2. Check this code below:

.single-post figcaption {
font-family: Open Sans,sans-serif;
font-size: 10px;
color: black;
}

You can adjust the size of your font by writing for example 5px or 6px, etc, also the color. Add this code in Newspaper -> Theme panel -> Custom code -> Custom CSS.
Let me know about your results!

Thank you!

Post count: 37

Thanks Bettina, really appreciate the help. The code works, thanks again.

Post count: 21065

Hello!

I’m glad you have managed to solve the issue.
Let me know if you need further assistance.

Have a nice day!

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