paivaru
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Enigma] Changing items in the title page/header with eningmaHi! I would like to remove the page titles from every page, on a Enigma theme, any css to do this? Thanks in advance!
Forum: Themes and Templates
In reply to: [SmartShop] Help on align Header cartBojan, thank you so much for all your help, i hadded the code and it worked, this is now solved! Thank you for your enormous patience! ??
Forum: Themes and Templates
In reply to: [SmartShop] Help on align Header cartHi Bojan, the bracket is now added, but i still see the icon below the text ??
#header .cart-contents:after {
content: “\f015” !important;
}
@media only screen and (max-width: 650px){
ul.woo-cart-total li {
width: 100%;
}
a.cart-contents {
float: right;
}
}Forum: Themes and Templates
In reply to: [SmartShop] Help on align Header cartHello Bojan, at this stage all the code i have inserted in the ccs plugin is this:
#header .cart-contents:after {
content: “\f015” !important;
}
@media only screen and (max-width: 650px){
ul.woo-cart-total li {
width: 100%;
}
a.cart-contents {
float: right;
}Is this code correctly inserted? I still see the icon below the text ??
Forum: Themes and Templates
In reply to: [SmartShop] Help on align Header cartHello Bojan, i have tried to add the code you gave me in the plugin custom css but no luck, i am sorry to disturb you again with this, i have checked on several different devices and i still see the icon below the text, do you think you could help?
Forum: Themes and Templates
In reply to: [SmartShop] Help on align Header cartHi Bojan! Yes the icon issue is solved, the only thing is that when i visit the page on my mobile HTC INCREDIBLE S the icon is below the text, maybe it is my mobile configuration, anyway, thank you very much for your help!
Forum: Themes and Templates
In reply to: [SmartShop] Help on align Header cartHi Bojan! Thanks for your help, i have installed the plugin and now it works.
The only is that on the mobile version of my site the icon doesn’t stay on the right side of the text but below is there anything i can do?
Forum: Themes and Templates
In reply to: [SmartShop] Help on align Header cartHi Bojan, no change icon stays the same, could you point me the file where i could make the change? Is it header.php? Because i have also created a child header.php maybe i could locate the code in there…
Forum: Themes and Templates
In reply to: [SmartShop] Help on align Header cartHi Bojan!
Thank you for your help! Really much aprecciated, for the first request the iisue was solved, but unfortnely the icon doesn’t wqant to change i have copyed the code as explained into my child stlyle sheet but no luck, here my code:
#header .cart-contents:after {
content: "\f0f2" !important;
}