- This topic has 3 replies, 2 voices, and was last updated 1 year, 9 months ago by
Skandha.
-
AuthorPosts
-
December 11, 2021 at 3:23 am #295675
juliendntfr
ParticipantI 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?
December 11, 2021 at 4:58 am #295681Skandha
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
December 12, 2021 at 1:28 am #295749juliendntfr
ParticipantI 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 !
December 13, 2021 at 5:29 am #295797Skandha
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
-
AuthorPosts
- The topic ‘Subtitle above Title’ is closed to new replies.