Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #888421
    helmaT
    Participant

    Hi,
    I am currently working on a site and I would like the images on the homepage to link to pages.
    These pages I don’t want to add to the navigation menu above, maybe only as sub-menu item.
    Can you help me with that? In the next post I wil share the version etc.
    thanks in advance.
    grtz,
    h

    #888426
    helmaT
    Participant
    This reply has been marked as private.
    #889214
    Nabeel A
    Moderator

    Hi there,

    Thanks for writing in! You can use Image Element and enable the link option to add the page link (see attached)

    Hope this helps!

    #889717
    helmaT
    Participant
    This reply has been marked as private.
    #890044
    Zeshan
    Member

    Hi H,

    Thanks for writing back!

    The issue is because you have added the # sign in the start of your link (see: http://prntscr.com/au65y0). Please remove that and the links should work fine.

    Hope this helps. 🙂

    Thank you!

    #890208
    helmaT
    Participant

    Ok, thanks! It works! greetz, h

    #890324
    helmaT
    Participant

    Another question … don’t know if i have to make another topic …
    I would like to have the logo next to the menu (the menu bar should be in the middle to the right of the logo). Is there a way to get this done? In the attachment you can see that the menu is now above the logo. I can also make it under the logo by adjusting Site Max Width (px) but what i would really like it to get it in line next to the logo 😉
    greetings,
    h

    #890989
    Nico
    Moderator

    Hi There,

    To achieve a logo beside menu, you need to reduce the size of your Logo ang the space between menus so that it would fit on the header width.

    You can adjust everything in your Customizer > Header.

    Hope it helps.

    Let us know how it goes.

    Thanks.

    #892171
    helmaT
    Participant

    Hi,

    Thank you, it helped!

    Yet another question 😉 I’m using Typekit, and I would like to use Museo Sans 300 for the bodytekst and Museo sans 900 for all the headlines. Also I would like to make all the headlines the color #993366. Maybe you can help me with the coding and where to put it? On the individual pages or change it in the custom CSS at appearance? And can you see if Typekit is working in the site and the Museo is loaded somewhere? And can I use the different weights of the font? I have published the Museo (several times…) in typekit for this site.

    Thanks!
    h

    #892177
    helmaT
    Participant

    oh… and I would also like to use Museo for the navigation menu … the capitals …
    thanks!
    H

    #893053
    Rupok
    Member

    Hi there,

    Thanks for updating. That’s a different topic and you should have open a new thread for this to make the threads relevant and useful for other users. For your future reference, if you have any additional questions in different topic, we kindly ask that you open them up in a separate thread.

    However let me answer you for this now.

    Let’s add the CSS under Custom > CSS in the Customizer.

    /* for body text */
    
    body, input, button, select, textarea {
      font-family: "Museo Sans", sans-serif;
      font-weight: 300;
    }
    
    /* for navigation menu links */
    
    .x-navbar .x-nav-wrap .x-nav > li > a {
      font-family: "Museo Sans", sans-serif;
    }
    
    /* for headings */
    
    h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
      font-family: "Museo Sans", sans-serif;
      font-weight: 900;
      color: #993366;
    }

    Kindly make sure you are using the font-family and weight correctly. I am just putting an example of declaring font-family for the elements.

    Hope this makes sense.

    Cheers!

    #893301
    helmaT
    Participant

    Hi Rupok,
    Ok, sorry, I wil open a new thread with the next subject 😉 but let’s finish this one here while we’re at it.
    I have added the CSS to the customiser, hope I did it right cause i’m new in CSS… the attachment shows how i pasted the code… but the theme is still using the google fonts and not the Museo. What can I do about that?
    greetings!
    h

    #893905
    Rupok
    Member

    Hi there,

    Thanks for updating. You are not supposed to copy paste the code if you follow the thread carefully. I don’t the right font-family name. As you are using the font, you should know better which font you are using and what’s the right font-family name. I have just provided the format to declare font-family for your desired elements. Also make sure the font was loaded to your site correctly.

    Hope this makes sense.

    Cheers!

    #895034
    helmaT
    Participant

    Hi Rupok,
    Found out how-to now and it is woking! YAY!
    greetings,
    h

    #896080
    Friech
    Moderator

    Should you require any further assistance with X|THEME and Cornerstone, please feel free to get in touch with us.

    Cheers!

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