Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1369301
    ravido
    Participant

    Hi xtheme team,

    First, you have great theme.

    I need your help with some problems:
    1. The menu font dont change even if a change it in the nav-bar section of the costomizer.
    2. I have the Square (you can see in the picture) on the links some time. how can i get rid of it.
    3. same think like the last one on the radio bottons on forms (see the secend picture). i wank to get rid from that too.

    Besides, there is a conflict between x theme and wptouch plugin.

    waiting for your help,

    Thanks
    Ravid

    #1369329
    ravido
    Participant
    #1369823
    Friech
    Moderator

    Hi There,

    Thanks for writing in! For the second and third issue, please add this on your custom CSS on Customizer.

    a:focus, 
    a.x-btn:focus, 
    select:focus, 
    input[type="file"]:focus, 
    input[type="radio"]:focus, 
    input[type="submit"]:focus, 
    input[type="checkbox"]:focus, 
    input[type="button"]:focus {
      outline: none !important;
    }

    Regarding the menu font, please provide us login credentials in private reply so we can take a closer look. And let us know what font you want to use for your menu.

    Cheers!

    #1369955
    ravido
    Participant
    This reply has been marked as private.
    #1370160
    Christopher
    Moderator

    Hi there,

    Please add following code in Customize -> Custom -> CSS :

    @import url('https://fonts.googleapis.com/css?family=Rubik&subset=hebrew');

    You can change font size under Customize -> Typography and Customize -> Header

    Hope it helps.

    #1370474
    ravido
    Participant

    Hi,

    Its didnt help.

    Ravid

    #1370636
    Joao
    Moderator

    Hi There,

    Try adding the code above in the style.css of your Child Theme.

    If you dont have a child theme, please download it from :

    https://community.theme.co/child-theme/

    For more information about how to setup a child theme please read:

    https://community.theme.co/kb/how-to-setup-child-themes/

    Hope it helps

    Joao

    #1370819
    ravido
    Participant

    Hi,

    thanks again.

    Its really bizzare.

    I added it to the child theme, and when i refresh the website it start with that font, and after a moment back to the old one.

    Something in the default bring it back all the time.

    Ravid

    #1370931
    Joao
    Moderator

    Hi Ravid,

    The font is loading fine on my end.

    Please clear your browser cache and let us know how it goes,

    If that does not work please let us know on which browser and device you are experiencing the issue.

    Thanks

    #1371012
    ravido
    Participant

    Hi,

    I think i found the problem.

    It is the font definition on the link itself.

    header .x-navbar .desktop .x-nav > li > a > span {
    font-family: Arial !important;
    font-size: 16px !important;
    font-weight: normal !important;
    }

    what is the right way to fix it?

    Ravid

    #1371451
    Paul R
    Moderator

    Hi Ravid,

    You need to remove that code. It is overriding your customizer settings that is why font is not working.

    Thanks

    #1371478
    ravido
    Participant

    Hi Paul,
    Where can i find that code?
    Ravid

    #1371515
    ravido
    Participant

    I can find
    “Inline style sheet #20”

    #1371561
    ravido
    Participant

    Sorry, I can’t find the code

    #1371574
    Friech
    Moderator

    Hi There,

    That block of css code seems to be added via CSS HERO plugin.


    screenshot

    Thanks.

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