Tagged: ,

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #295675
    juliendntfr
    Participant

    I am using PhotoFocus Pro. The subtitle is located above the Title whcih for me seems weirdas sub should be underneath. This happens for all these features:

    Promotion Headline

    Hero Content

    App Section

    Featured Content

    Is there some CSS that can inverse the positioning, Title above and Subtitle below?

    Thanks for your help!

    I have trawled the forums to find out if this question had already been answered. Do you have a library of CSS code that we can consult?

    http://www.bulgaria-pyramid.com/

    #295681
    Skandha
    Participant

    @juliendntfr: Hello there,

    I am afraid it is not possible to inverse the positoning of Subtitle and Title.

    What can be done is swap the styling of title and subtitle in the front end?

    Would you like that to be done instead?

    Kind Regards,

    Skandha

    #295749
    juliendntfr
    Participant

    I undersrtand Skandha.

    And yes if possible I would like to swap the styling of Title and Subtitle.

    Do you have CSS to do this?

    Thanks !

    #295797
    Skandha
    Participant

    @juliendntfr: Hello there,

    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .section-subtitle p {
    font-size: 49px !important;
    font-family: playfair display,serif !important;
    font-weight: 400 !important;
    font-stretch: normal !important;
    font-style: normal !important;
    line-height: 1.29 !important;
    letter-spacing: normal !important;
    color: #fff !important;
    }
    
    .section-title {
    font-size: 18px !important;
    color: #d98e4a !important;
    font-weight: 400 !important;
    font-stretch: normal !important;
    font-style: normal !important;
    line-height: 1.5 !important;
    letter-spacing: normal !important;
    }

    Let me know if this works out!

    Kind Regards,

    Skandha

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