Digital experiences for all disciplines
Forum Replies Created
-
-
March 7, 2017 at 6:01 pm in reply to: Inconsistent sticky-header margin + Cart & User Account icon change #316258
Strange though..
Solved with !important after.
Thanks!March 7, 2017 at 5:35 pm in reply to: Inconsistent sticky-header margin + Cart & User Account icon change #316246This reply has been marked as private.March 7, 2017 at 4:46 pm in reply to: Inconsistent sticky-header margin + Cart & User Account icon change #316238Yes please, go for it.
I’m using an FTP client to make changes in functions.php
Double checked the format.March 7, 2017 at 4:34 pm in reply to: Inconsistent sticky-header margin + Cart & User Account icon change #316233Actually the website and admin panel don’t seem to like that code, they get blank!
I’m putting this code:// Header cart icon
function sf_atelier_header_cart_icon() {
return ‘<i class=”fa fa-shopping-cart” aria-hidden=”true”></i>’;
}
add_filter(‘sf_header_cart_icon’, ‘sf_atelier_header_cart_icon’);
add_filter(‘sf_mobile_cart_icon’, ‘sf_atelier_header_cart_icon’);March 6, 2017 at 8:42 pm in reply to: Inconsistent sticky-header margin + Cart & User Account icon change #3161171) Yes, maybe it was that, wotking fine now.
2) Worked fine for the account icon.
Where can I change shopping cart icon though? I searched for it in the code you sent but it isn’t there.This reply has been marked as private.Ok, I already installed the child-theme but now every custom CSS added before didn’t render.
I replicated from CSS/JS theme to Style.css and still nothing happened. :/This reply has been marked as private.March 6, 2017 at 3:50 pm in reply to: Inconsistent sticky-header margin + Cart & User Account icon change #316060This reply has been marked as private.Hi, I’m also having some trouble overriding <p> font-family, even though I’m defining a custom property for <p> on “Custom CSS/JS” menu it keeps showing the default “Source Sans Pro” font.
Help appreciated. Thanks!Got it! Thanks
This reply has been marked as private. -
Posted in: Reply To: Page Builder > Columns