Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter klh121560

    (@klh121560)

    P.S.

    I just want to italicize ONE title name, not all/any others.

    The link is: http://compassctr.org/get-help/legal-programs/

    And what I am trying to do is italicize “Family Law in North Carolina” which is in the 3rd accordion bar down.

    Thanks!

    Plugin Author wpshopmart

    (@wpshopmart)

    Hi,

    Add this css in your custom css field –

    #wpsm_accordion_4747 .ac_title_class{
    font-style: italic;
    font-weight: 500;
    }

    Try it and then let me know.

    Thanks

    Thread Starter klh121560

    (@klh121560)

    Thank you. It was a good shot. But the CSS turned ALL the accordion tabs italic.

    I guess I should have been more specific … my fault.

    There is a tab (3rd one down), that says … Family Law in North Carolina (in English). —- What I am hoping to get italicized is only: Family Law in North Carolina (not even the “In English” part). Reason, it is a book title, and since that is how it was before, that is how they want it now.

    If you have any more ideas, please let me know! Much gratitude.

    Ken

    Hi,
    Add this css in your custom css field –

    #wpsm_accordion_4747 #Family_Law_in_North_Carolina_in_English .collapsed{
    font-style: italic;
    }
    #wpsm_accordion_4747 #Family_Law_in_North_Carolina_in_English .fa-angle-double-right{
    font-style: normal;
    }
    This may help you but it will make the “in English” thing also italic

    Thanks
    Kalam

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Accordion Title formatting’ is closed to new replies.