Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1287529
    Pablo
    Participant

    Hi, I would like to change the theme body font into Calibri. How do I do this?

    #1287617
    Prasant Rai
    Moderator

    Hello Pablo,

    Thanks for writing in!

    You can change that from Appearance > Customize > Typography and select Calibre as Body Font from Body and Content.

    Thanks.

    #1291598
    Pablo
    Participant
    This reply has been marked as private.
    #1291694
    Joao
    Moderator

    Hi There,

    – How can I change the font of my main menue? I would like to change this into Orbitron (Medium). How can I do this?

    You can go to Appereance > Customizer > Header

    – On my contact page, I have used a Google Map. But it doesn’t work. I receive the message that it maybe has to do something with my Java Script. Can you check out what’s wrong? Site url: http://www.crossfader.be/login. Your credentials: Themeco Pasword: Bolero01

    You need to create a API Key and add to your COrnerstone Google Map Element, please watch:

    – On top of that, I have created a section with 6 columns of the page crossfader.be/strategy (http://prntscr.com/dizh7f). These are going to be links to other pages. On a computer they look fine, but on a mobile screen, they are put beneath each other. I would like to have 2 columns with 3 items on a mobile screen. How can I do this?

    -Please add the following code to Appereance > Customizer > Custom > CSS

    @media (max-width: 767px) {
    .page-id-11 .x-column.x-sm.x-1-6 {
        width: 50%;
        float: right;
    } }

    Hope that helps

    Joao

    #1297313
    Pablo
    Participant

    Hi Joao,

    already thanks for your help!

    Now I have created my own custom home page and I would like to:
    – set the background color of that specific page in black
    – make the navigation menu a responsive one on all screen sizes, and located in the right top corner

    How can I do this?

    Kind regards,

    Pieter

    #1297399
    Nico
    Moderator

    Hi There,

    To change background,

    .page-id-11 .site {
    background-color:black;
    }

    I could see that your menu is responsive already. Not sure where do you want it to be position. Would you mind sharing us a screenshot or guide on where you want it to position.

    You could try this in your Customizer > Custom > CSS to float in the right side:

    
    ul.topnav{
    float:right;
    }

    Let us know how it goes.

    Thanks.

    #1298055
    Pablo
    Participant

    Hi

    my menu should be, on my home page, responsive all the time, on every screen size. And preferably it should have the same layout as on every other page. See the attachment for the screen shot i took…

    I already got my some code from W3C, but it is not what I want eventually…

    Kind regards

    Pablo

    #1298316
    Jade
    Moderator

    Hi Pablo,

    By responsive, do you mean you want the mobile menu to be activated on the homepage on all screen sizes?

    If so, please try to use this code in the custom CSS:

    .home .x-logobar {
        display: none;
    }
    
    .home .x-navbar-wrap .x-navbar {
        background-color: #000 !important;
    }
    
    .home .masthead-stacked .x-btn-navbar {
        display: inline-block !important;
        float: right;
    }
    
    .home .x-nav-wrap.desktop {
        display: none !important;
    }
    
    .home .x-nav-wrap.mobile.collapse.in {
        display: block;
    }

    Then edit the page and set the page Template to: Blank – Container | Header, No Footer

    Hope this helps.

    #1299203
    Pablo
    Participant

    Hi,

    looks fine, but when I click on the responsive menu, nothing happens. Can you please check…

    Thanks!

    #1299209
    Christopher
    Moderator

    Hi there,

    I tried the code and it worked fine, please add it and check again.

    Thanks.

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