I am using a shortcode to create and accordion type layout for my “Our People” page. I want to bold the person’s name and while I can do this in the hidden body text I can not seem to do it for the name that stays on the page. Here is the shortcode I am using:
[su_spoiler title=”Spoiler title” open=”no” style=”default” icon=”plus” anchor=”” class=””]Hidden content[/su_spoiler]
Hey pursuit1!
They are already bold. Please add following code to Quick CSS in Enfold theme options under General Styling tab to change font weight to normal on job titles
.su-spoiler-title {
font-weight: normal;
}
Regards,
Yigit
And if I want to make them larger?
Hey!
Please add following code to Quick CSS as well
.su-spoiler-title {
font-size: 20px;
}
Cheers!
Yigit
Hi,
@jennaeddy I replied to you on your own thread – https://kriesi.at/support/topic/advanced-editor-not-working-with-custom-type-posts/. Let us continue there :)
Best regards,
Yigit