Help Center

Powered by Minitek FAQ Book
Loading...

Title and content text size

MM
Mónica Moreno RodríguezPosted 2 years ago

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

MM
Mónica Moreno RodríguezPosted 2 years ago

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

M
MinitekPosted 2 years 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 2 years ago

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

M
MinitekPosted 2 years 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;
}