Royal Theme – Font Problems After Update

This topic has 4 replies, 2 voices, and was last updated 8 years, 6 months ago ago by Eva Kemp

  • Avatar: caitlinel
    caitlinel
    Participant
    October 16, 2015 at 02:06

    I seem to have lost all of my original font settings after I updated the Royal Theme.

    I have attempted to edit these problems in my css but have not been successful. There are also other issues that have arose. They are as follows.

    – Cannot change product title font in woo commerce – have been successful in the product grid but not in the slider on the homepage. Also the product title seems to be very close to the image in the product grid (shop page)

    – Cannot change blog title/category font

    – Mobile menu font is different than the web version – would like it the same as the web version

    – cart icon is different on the homepage vs the pages following (goes from highlighted yellow to grey – would like it just grey as in the majority of pages)

    – curency and language appear in the mobile top bar – do not want these at all!

    Thank you so much!

    3 Answers
    Avatar: Eva
    Eva Kemp
    Support staff
    October 16, 2015 at 08:42

    Hello,

    1. Please add this code in child style.css file:

    .product-title {
        font: 16px/20px "Cinzel",Arial,Helvetica,sans-serif !important;
    }
    .products-grid .product-title {
        margin-top: 20px;
    }

    2. Use this css code:

    h6.active a {
       font: 16px/20px "Cinzel",Arial,Helvetica,sans-serif;
    }
    article.post h2 {
      font: 16px/20px "Cinzel",Arial,Helvetica,sans-serif;
    }

    3. Please use this css code:

    .mobile-nav li a {
       font-family: Cinzel !important;
    }

    4. As I see cart icon is grey for all pages. Clear your browser cache and check again.

    5. Add this code child style.css file:

    @media (max-width: 480px) {.top-bar .languages-area {
       display: none;
    }}

    Regards,
    Eva Kemp.

    Avatar: caitlinel
    caitlinel
    Participant
    October 16, 2015 at 16:43

    All worked! Thank you

    Avatar: Eva
    Eva Kemp
    Support staff
    October 16, 2015 at 17:09

    Hello,

    You’re welcome.

    Regards,
    Eva Kemp.

  • Viewing 4 results - 1 through 4 (of 4 total)

The issue related to '‘Royal Theme – Font Problems After Update’' has been successfully resolved, and the topic is now closed for further responses

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.