Forum Replies Created
-
AuthorPosts
-
This reply has been marked as private.This reply has been marked as private.This reply has been marked as private.
HI Victoria, thanks a lot for your reply.
I have one last question: currently it looks like I can set the H1 text only to have either all capital letters or all lowercase letters.
Can I make it so I can Have an initial capital letter and then all lowercase? Thanks againThis reply has been marked as private.Hi! I wanted to add a sub text under my logo too.
I added this css to my Enfold child theme:
add_filter(‘avf_logo_subtext’, ‘kriesi_logo_addition’);
function kriesi_logo_addition($sub) {
$sub .= ‘<h1>Company Name</h1>’;
return $sub;
}I am not sure how to continue and add a sub text now though (I am just starting out with CSS).
If it can be of any help my website is https://www.tnvirtualassistant.comThanks for your help
-
This reply was modified 3 days ago by
NicoleVA.
This reply has been marked as private.UPDATE. The problem has now moved to the footer area of the blog page
-
This reply was modified 5 months, 1 week ago by
NicoleVA.
This reply has been marked as private.Thanks a lot for your help Michael: it worked for me too!
Plus, support has not answered me yet so your post was super precious.
Have a great one.
NicoleHi, I have a different problem with the reCaptcha. After the last update all the contact forms on my website (I have seven) have appeared with the message “This contact form is deactivated because you refused to accept Google reCaptcha service which is necessary to validate any messages sent by the form”.
I have then enabled both the V2 and V3 reCaptcha (currently using the v2) and it is actually visibile at the bottom of each form, but I still have the message. How do I cancel that?
the website is tnvirtualassistant.com
Let me know if you need login credentials
Thanks a lotNicole
-
This reply was modified 1 year, 4 months ago by
NicoleVA.
This reply has been marked as private.Hello. Problem solved!
ByeHello,
I have imported the Enfold small business demo and I need to customize it (a lot).
Is there any (video) tutorial or any resources you can indicate on how to do it? -
This reply was modified 3 days ago by
-
AuthorPosts