Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #478173

    Hi, thanks for producing such a great theme. I’m trying to use custom CSS on a text box so that a custom font can be used. I’ve set up a child theme, and also enabled developer options so that I can chose a custom CSS class. I enter a custom class in this field, which is hp-maintext, however the Google Chrome developer tools still show that that the text box is using a <div class=”avia_textblock hp-maintext” itemprop=”text”>.

    Whatever changes I make to the hp-maintext are not picked up, it only seems to be looking for (and using) avia_textblock. Is there anyway to stop avia_textblock from being used? It is the H1 heading that I would like the font changing to, and am using the following code within style.css within the child theme:

    .hp-maintext .wpb_text_column h1{
    font-size:21px;
    font-family:MaduraiNormLight !important;
    font-weight:400;
    font-style:normal;
    margin-top:30px;
    }

    Many thanks for your help

    #478245

    I’ve worked this out now, happy for the thread to be closed.

    #478254

    Hi!

    Glad you figured it out!
    For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
    And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
    For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)

    Have a great weekend!

    Best regards,
    Yigit

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Unable to use textbox custom class’ is closed to new replies.