Help Center

Powered by Minitek FAQ Book
Loading...

Title and content text size

MM
Mónica Moreno RodríguezPosted 10 months ago
Minitek Slider Pro - Professional Subscription

Hello!

I want to increase the size of the title and content text in the detail box area. 

How can I do it?

Thanks! 

Loading...
0
#4127

4 answers

M
MinitekPosted 10 months agoModerator

Hi,

You can add your own css for that. For example:


.mslider-detail-box h3.mslider-title a {
    font-size: 24px;
}
.mslider-detail-box .mslider-desc {
    font-size: 16px;
}
MM
Mónica Moreno RodríguezPosted 10 months ago

Sorry, but where can I add the CSS? Is there a guide on how to do it?

M
MinitekPosted 10 months agoModerator

This should be done in your template css files, not in Minitek Slider. Template providers usually have documentation about adding custom css to your template.

MM
Mónica Moreno RodríguezPosted 10 months ago

Okay. As a comment, I would ask you to make changes to the component to be able to format the text directly.