Digital experiences for all disciplines
Forum Replies Created
-
-
Actually it works but the font isn’t bold anymore.
b, strong { font-family: arial, sans-serif!important; }
In your code you put a comma instead of a colon in font-family before.
Hi David,
I had already tried this code but it doesn’t work for some reason.
I’ve cleared cache, I tried incognito mode and it still appears in different font…Any suggestions?
This reply has been marked as private.October 28, 2015 at 4:21 pm in reply to: How to change color of the first letter of a specific word #223961Thanks Rui,
I thought so as well. I will try and find a way to do it with Javascript.
Cheers.Nevermind I found it.
It’s the one in woocommerce folder under dante theme and not woocommerce folder in plugins…Thanks Rui.
It seems like it changes a bit from there but revolution slider is really complicated! It was my favourite slider before they did the update and I think that even if they have added a lot of functionality and modification options they made it less user friendly.Yes Rui,
It’s the only slider I have on the website.
It’s really weird…Hi Rui,
Yes I have tried to play with these settings! I have changed them but the slides are still using this fade effect.
I don’t know if there is something I am doing wrong or there is a problem with the slider…Can you try yourself just in case I am doing something wrong?
Hi David,
I figured it’s beyond the scope of your support. I have already used the link you sent me.
Thanks a lot!Thanks a lot David!
I really appreciate it.If I add the following code it seems like it resolves this issue:
.woocommerce div.product form.cart .variations td.label label{ font-size: 1.3em; }
My question is:
If I use the code above will I be stuck with 1.3em font size in tables of other gravity forms?
October 19, 2015 at 4:36 pm in reply to: How to swap login and cart positiion and make it appear only in sticky header #221664Thanks a lot Rui!
Now it’s perfect! You can lock this as resolved.
Perfect! Mark as resolved 🙂
Ah I think I get it.
After I changed the active theme to child theme I had to set again as a static front page the home page and also set the home menu.
Now it’s working fine.So now I can make changes in the functions.php file that is located in child theme right?
Hi Kyle and thanks for your fast reply.
I am not sure I understand correctly. From what I understand you need to install both dante and child theme at the same time and start working only within the child theme right?
I had only installed the dante theme without the child and now that I need to modify functions.php file I installed the child theme. However, when I try to activate the child theme there is no content inside as all my work is in the normal dante theme.
My question is:
Do I need to migrate all the files from dante theme to dante-child theme? If yes how do I do that? Do I log in to my server and move them?
What I need to change is to add this code in the functions.php file:
add_action('woocommerce_after_shop_loop_item_title','woocommerce_template_single_excerpt', 5);
I guess it’s a woocommerce modification.
-