Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #1107484

    Dear Support team,

    I use the child theme control panel to modify the content page stile:
    – font type
    – font size
    – font color

    But unfortunately the changes dosen’t show online.
    It seems the changes I do in backend doesn’t affect the frontend.

    Even the “Go UP” button dosen’t appear on mobile view of the website.

    Could you help me?
    Best Regards

    #1107627

    Hey davidetoffa,

    Are you currently running any custom css? If so try removing or commenting it out to see if the issue resolves.

    Best regards,
    Jordan Shannon

    #1107635

    I tryed, but nothing changed.

    I run just this CSS regarding the homepage header.
    But no other CSS regarding the body content style.

    /*—————————————-
    // CSS – Headline Rotator bg
    //————————————–*/

    /* Heading Text */
    .av-rotator-container h1 {
    font-family: ‘Open Sans’, sans-serif;
    }

    /* Rotating Text*/
    .av-rotator-container h1 span {
    font-family: ‘Open Sans’, sans-serif;
    font-weight: 900;
    }
    .av-rotator-container span {
    background: #b51917;
    padding: 0 0 0 5px;
    color: #FFF;
    }

    #1107646

    Hi,

    A possible caching issue. Please try clearing the cache a few times over.

    Best regards,
    Jordan Shannon

    #1107649

    Only the font color seems to change and to be updated.

    But still problem with font size.
    And with the “GO UP” button on mobile view.

    #1107653

    Hi,

    For the arrow, add this to quick css:

    @media only screen and (max-width: 767px){
    .responsive #scroll-top-link {
         display: block!important;
    }}

    What font sizes are you trying to edit?

    Best regards,
    Jordan Shannon

    #1107675

    I’ve already setup the font size at 16p in the enfold control panel (default is 13p), but in the website nothing is changed.
    So, my objective is to have the “default size” setup on 16p for all the website (post content or page content)

    #1107687

    Ok,

    I’ve clean the cache again and now it works!
    Great!

    Many thanks for the fast support
    Davide

    #1107700

    Hi,

    I’m happy to help, if you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Font style and size changed in Enfold Child Theme, dosen't change in frontend’ is closed to new replies.