Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #732881

    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]

    #732885

    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

    #732888

    And if I want to make them larger?

    #732891

    Hey!

    Please add following code to Quick CSS as well

    .su-spoiler-title {
        font-size: 20px; 
    }

    Cheers!
    Yigit

    #876509
    This reply has been marked as private.
    #876536
    This reply has been marked as private.
    #876710

    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

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Cannot bold Accordion Shortcode’ is closed to new replies.