Okay
  Public Ticket #3523069
Chainging line height in specific column
Closed

Comments

  •  7
    Storm Wilschut started the conversation

    Dear Sir / Madam, 

    I have been struggling to make one little adjustment to a header in a new page on my website. 

    This header is written in a "text block" in which I added a custom ID name "appraisalheader" and custom class name: "appraisalheader". I tried to copy this ID to CSS but it does not respond.

    Please note: this specific header only visible on a small screen like a mobile device. The header shown on full screen is different.

    Please help me with this matter.

    Attached files:  Schermafbeelding 2023-11-16 om 08.36.38.png
      Schermafbeelding 2023-11-16 om 08.37.33.png
      Schermafbeelding 2023-11-16 om 08.37.49.png

  •  8,470
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box in your Salient Theme Options panel (We write all Custom CSS in the Live Browser to ensure accuracy. If you cannot see any changes, make sure there is no red cross in the Custom CSS Box as any syntax error would cause all CSS under that line of code to not show up on the Frontend):

    .wpb_text_column.wpb_content_element.appraisalheader h1 {
        font-size: 53.3px;
        line-height: 57.2px !important;
    }


    Thanks.


    ThemeNectar Support Team 

  •  7
    Storm Wilschut replied

    Thank you very much, you are a hero once again.