Tagged: x
-
AuthorPosts
-
January 14, 2017 at 7:02 pm #1330332
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.
January 16, 2017 at 10:34 am #1332196Hi,
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,
MoritzJanuary 16, 2017 at 11:00 am #1332236Hi 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.
January 16, 2017 at 11:21 am #1332263Thanks a lot!
January 16, 2017 at 11:28 am #1332280You’re most welcome!
Feel free to ask us again.
Thanks.
January 16, 2017 at 11:38 am #1332303This reply has been marked as private.January 16, 2017 at 12:09 pm #1332340Hi 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
January 17, 2017 at 2:46 am #1333201Thanks! Will do
January 17, 2017 at 4:55 am #1333299You’re welcome! 🙂
February 15, 2017 at 4:42 am #1371707This reply has been marked as private.February 15, 2017 at 6:18 am #1371808Hello 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.
February 15, 2017 at 8:15 am #1371962Hi,
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
February 15, 2017 at 3:36 pm #1372513Hi 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="" ></i>
Hope it helps, Cheers!
February 16, 2017 at 2:09 am #1373186Hello,
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
February 16, 2017 at 2:20 am #1373198Sorry, it worked all Thanks! It’s early morning…
-
AuthorPosts