Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1330332

    Rue Nel
    Moderator

    Hello There,

    Thanks for updating in! You can create a Cornerstone template so that you can import it as a template for the new page. When imported, you can edit the first section and already have the section 2. To work with Cornerstone templates, please check this out: https://community.theme.co/kb/cornerstone-interface-layout/

    Hope this helps.

    #1332196

    elxdesign2016
    Participant

    Hi,

    when you answer the question above could you also please help me out on this one: how do I remove the menu arrows icons? (see picture)

    best regards,
    Moritz

    #1332236

    Jade
    Moderator

    Hi Moritz,

    You can add this under Custom > CSS in the Customizer.

    .x-navbar .desktop .x-nav li>a>span:after {
        display: none;
    }

    Hope this helps.

    #1332263

    elxdesign2016
    Participant

    Thanks a lot!

    #1332280

    Rahul
    Moderator

    You’re most welcome!

    Feel free to ask us again.

    Thanks.

    #1332303

    elxdesign2016
    Participant
    This reply has been marked as private.
    #1332340

    Joao
    Moderator

    Hi There,

    Make just 1 template > Apply to your page > Make the necessary changes on the content> Save the page.

    Repeat the process in other pages if necessary.

    There is no need to keep saving the template unless there is a new part you want to copy to the next page.

    Hope that clarifies,

    Cheers

    #1333201

    elxdesign2016
    Participant

    Thanks! Will do

    #1333299

    Paul R
    Moderator

    You’re welcome! 🙂

    #1371707

    elxdesign2016
    Participant
    This reply has been marked as private.
    #1371808

    Lely
    Moderator

    Hello Moritz,

    That option is available on Appearance > Customize > Woocommerce > Navbar Menu: Set to ON.
    If you really want just icon, you can add something like this:
    <span class="custom-icon"><i class="x-icon x-icon-shopping-cart" data-x-icon="" aria-hidden="true"></i></span>
    I am not sure what you mean by account icon. Please refer to this:http://demo.theme.co/integrity-1/shortcodes/icons/
    Then add this custom CSS on Appearance > Customize > Custom > Edit Global CSS:

    .custom-icon{
       font-size: 18px; /*Since we use fontawesome for Icons we don't set height but rather font-size*/
    }
    

    Hope this helps.

    #1371962

    elxdesign2016
    Participant

    Hi,

    cool did not see the woo commerce option! Thanks!
    Could yo help me to get the cart in the right place and size, didn’t see an option for that.
    With account icon I meant ‘user’ icon ( [x_icon type=”user”])with link to [woocommerce_my_account], it goes where the red circle is on the picture attached.

    thanks for your help

    Moritz

    #1372513

    Friech
    Moderator

    Hi There,

    To resize the cart icon, please add this on your custom CSS on Customizer.

    .x-navbar .x-nav>li.x-menu-item-woocommerce>a .x-cart.rounded {
    	font-size: 12px;
        border-width: 2px;
    }

    To add an “account page” link using the user icon, please edit your current menu. Add a new menu item, link that to my account page manually and then use the code below as navigation label.

    <i class="x-icon x-icon-user" data-x-icon="&#xf007;" ></i>

    Hope it helps, Cheers!

    #1373186

    elxdesign2016
    Participant

    Hello,

    thanks! It worked with the cart- but could you help me with the acount icon link please-> I’ve set up a menu entry to my account – but it allows only text to lable it- I’d like to have the icon [x_icon type=”user”] in #7DBB00 in the navbar linked to my woocommerce my account.

    best regards,

    Moritz

    #1373198

    elxdesign2016
    Participant

    Sorry, it worked all Thanks! It’s early morning…