Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #226448

    Hi,

    how can I change css styling for special heading ? For example make font bold.

    [av_heading heading='Drawing Talks' tag='h3' color='' custom_font='' style='blockquote modern-quote' size='' subheading_active='subheading_below' subheading_size='15' padding='10']

    #226538

    Hey totofunk!

    You can use this selector on Quick CSS:

    body .av-special-heading .av-special-heading-tag {
    padding: 0;
    margin: 0;
    line-height: 1.4em;
    float: left;
    font-weight: bold;
    font-size: 20px;
    }

    Cheers!
    Ismael

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.