BuddyBoss Home – Web › Support Forums › Solutions › Social Learner › Increase Titles font size
- This topic has 1 reply, 2 contibutors, and was last updated 9 years ago by Anonymous.
Viewing 2 posts - 1 through 2 (of 2 total)
Question
November 5, 2015 at 10:52 pm #50800@randall-leagueWhat code can I add to increase the “Title” font size to 5?
I can do this in the visual composer but when I click the “backend edit” button it doesn’t carry through.
Here is the code I have now.
[vc_row][vc_column css=".vc_custom_1446703400385{margin-top: 50px !important;}"][vc_text_separator title="Directions" title_align="separator_align_left" color="peacoc"][vc_column_text] Watch the video and take notes. You can use the printable documents in the "downloads" tab to help you. If the video is too difficult use the English subtitles in the video or read the transcripts. [/vc_column_text][/vc_column][/vc_row][vc_row][vc_column css=".vc_custom_1446703386609{margin-top: 50px !important;}"][vc_text_separator title="Downloads" title_align="separator_align_left" color="peacoc"][vc_column_text][wpdm_file id=14] [wpdm_file id=15][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column css=".vc_custom_1446703410417{margin-top: 50px !important;}"][vc_text_separator title="Transcript" title_align="separator_align_left" color="peacoc"][vc_column_text]I am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column][/vc_row]
I want to increase the titles’ font size. So “Directions”,”Downloads”, and “Transcripts”
Answers
November 6, 2015 at 3:57 am #50854@
AnonymousHi @randall-league you can use following custom css
.vc_separator h4 { font-size: 200% !important; }
You can adjust 200% as per your choice
Regards
Varun Dubey
Viewing 2 posts - 1 through 2 (of 2 total)
- The question ‘Increase Titles font size’ is closed to new replies.