Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #984397
    Alex
    Participant

    Hello,

    I just updated the theme and Cornerstone as you recommended in other thread. And I have 2 problems:

    1) All my headings became bold, though they were normal before:

    http://take.ms/62nfB

    2) My menu became bold and with letter-spacing that I didn’t add.

    I’ve got a child theme and I changed nothing, so all my styles should be applied as before. I attach the child theme style.css for reference.

    So how can I change those things, why they did happen and how can I be sure it won’t happen again?

    Thanks.


    Alex

    #984549
    Alex
    Participant

    Also I noticed there’s a strange blank space added right in the beginning of any pages:

    http://take.ms/yh7QU

    How can I remove it?

    #984889
    Darshana
    Moderator

    Hi there,

    Thanks for writing in! To assist you with this issue, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.

    #985647
    Alex
    Participant

    Hello,

    Here’s the link:

    http://playingwriter.com/ru/kontakty/

    Thanks!


    Alex

    #985813
    Joao
    Moderator

    Hi Alex,

    Upon checking your website on Chrome and Firefox the menu and the font styles do not look as bold as on your screenshot.

    Please check img attached.

    Can you provide us details about what device and browser and browser version you are using it?

    Thanks,

    Joao

    #986023
    Alex
    Participant

    Hello,

    Your screenshot is totally identical to mine. Please have a better look at mine here:

    http://take.ms/62nfB

    The menu, the headings – everything is bold now.

    I’m using OS X (latest version) and Google Chrome (also latest). But id doesn’t matter since your screenshot shows the same issues.


    Alex

    #986341
    Darshana
    Moderator

    Hi there,

    With regard to menu, you have the following custom CSS rule which makes this issue. Please change the font-weight and letter spacing values accordingly.

    
    .x-navbar .x-nav-wrap .x-nav > li > a {
        font-family: "Noto Sans",sans-serif;
        font-style: normal;
        font-weight: 700;
        letter-spacing: 1em;
        text-transform: uppercase;
    }
    

    With regard to heading, you have the following custom CSS rule.

    
    h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
        font-family: "Noto Serif",serif;
        font-style: normal;
        font-weight: 700;
    }
    

    Let us know if that helps.
    Thanks!

    #987227
    Alex
    Participant

    Hello,

    I was confused when I tried to look up these rules in child theme’s style.css and found nothing. Then I thought maybe it’s Customizer settings, and there they were.

    So it’s not custom CSS, it’s Customizer settings that were somehow broken after an update. What could be a problem and how I can preserve changes made to Customizer for future updates? Strangely, other settings are alright.


    Alex

    #987237
    Christopher
    Moderator

    Hi there,

    The font is no longer bold, please see the attachment.

    Would you please clear cache and check again?

    Thanks.

    #987240
    Alex
    Participant

    Yes, that’s because I changed Customizer settings. Sorry, I thought it’s clear that I changed them when I found them.

    So the questions remains:

    What could be a problem and how I can preserve changes made to Customizer for future updates? Strangely, other settings are alright.

    #987249
    Christopher
    Moderator

    Hi there,

    In X v4.0.4 we made some changes and added some features that could caused styling issue. You don’t need to worry about next update. Please see changelog page : https://theme.co/changelog/#theme-4-0-4

    Thanks.

    #987390
    Alex
    Participant

    Hello,

    Thank you very much!


    Alex

    #987420
    Christopher
    Moderator

    You’re most welcome.

  • <script> jQuery(function($){ $("#no-reply-984397 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>