Okay
  Public Ticket #2309490
Recent Projects Header
Closed

Comments

  •  13
    seth_matisak started the conversation

    Hi, is there a way to control the font size, weight, style of the Recent Projects section? See screenshot. I'm trying to use the global subhead style I've created (the ultra bold font).

    I've searched everywhere but can't find anywhere that allows adjusting this font or where it's even pulling this thin font from. 

    Many thanks!

    Seth

  •  3,022
    Andrew replied

    Hi Seth,

    Try adjusting the following

    4853203254.png


    Hope this helps.

  •  13
    seth_matisak replied

    Hi Andrew,

    I'm afraid the Recent Projects header is not pulling through the H1 property. If it were, the headline for Recent Projects would be 105px. Please see my settings - screenshot attached. 

    The recent projects header font looks totally different that

    Any other ideas would be much appreciated. 

  •  3,022
    Andrew replied

    Hi Seth,

    Can you send link to that page we check and see possible css.

    Thanks.

  •  13
    seth_matisak replied

    Hi Andrew,

    Looks like it's pulling in

    .carousel-heading h2 

    https://thinkinghatpr.com/home-5/

  •  8,992
    Tahir replied

    Hey Again,

    Its hardcoded though not sure why . You can adjust the values below though be sure to add !important after the attributes. 

    Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):

    body .carousel-wrap[data-full-width="true"] .carousel-heading h2 {
        font-size: 24px;
        line-height: 36px;
        letter-spacing: 0.5px;
        margin: 0 auto;
        max-width: 900px;
        text-transform: none;
        font-family: 'Open Sans';
        font-weight: 300;
    }

    Thanks


    ThemeNectar Support Team 

  •  13
    seth_matisak replied

    That worked! Many thanks for this and thanks for being so quick. Have a great day!


    Seth