SECTION INTRO FONT STYLE

Home Forums Revelance WordPress Theme SECTION INTRO FONT STYLE

This topic contains 1 reply, has 2 voices, and was last updated by  ab-themes 7 years, 9 months ago.

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

    sandyhibbard
    Participant

    How do I change the section intro text on the home page so that it is in sentence case and not all CAPs? Please see link for screen shot below.

    http://mcaprdallas.com

    Thanks for your help, I have tried removing “text transform – UPPERCASE” in the style sheet, but it is obviously not the right edit.

    Sandy

    #17696

    ab-themes
    Keymaster

    Hi,

    to solve this please open your dnd-shortcodes.css
    (you can find it here \wp-content\themes\revelance\css\dnd-shortcodes.css)

    and on line 47 you have this code:

    .dnd_section_dd header h3{
    	font-family: 'Open Sans';
    	font-weight: 300;
    	display: inline-block;
    	color: #333;
    	text-transform: uppercase;
    	font-size: 36px;
    	line-height: 36px;
    	margin-bottom: 49px;
    	position: relative;
    	padding-bottom: 43px;
    }

    Just remove this text-transform: uppercase; and all sections intro text should work normal :)

    Kind regards

Viewing 2 posts - 1 through 2 (of 2 total)

The topic ‘SECTION INTRO FONT STYLE’ is closed to new replies.