jhosalazar
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Twenty Twenty] Twenty Twenty – Image SizeIt worked for me too, @edwardjonesdesign
Thank you so much for your help!!!! Really, really appreciate it ??
Forum: Themes and Templates
In reply to: [Twenty Twenty] Twenty Twenty – Image SizeGood to hear from you ??
No, I haven’t found any solution for this issue.
The custom classes that you mentioned, do you directly add those in Theme Editor? Can you share it with me ?? I’m not that confident in making changes on Theme Editor but I would really like to solve this issue.
Thank you so much and looking forward to your reply.
Hi @muffinpeace,
Thank you so much for sharing that link.
Actually, I’ve already read that article and tried adding it in functions.php but it didn’t work. Or I did something wrong, I’m not really that confident in making changes on themes.
I have added this code:
function jetpackcom_contact_confirmation() { if ( is_page( '1471' ) ) { $conf = __( 'A special confirmation message for the form you added to page 1471', 'plugin-textdomain' ); } else { $conf = __( 'A generic confirmation message to display for all the other forms', 'plugin-textdomain' ); } return $conf; } add_filter( 'grunion_contact_form_success_message', 'jetpackcom_contact_confirmation' );
Am I missing something or added it wrongly?
Thank you so much for your help.
Hi,
I have successfully changed the text on the button (yey!!)
My only issue now is how can change the success message after submitting the form?
Appreciate your help ??
Forum: Themes and Templates
In reply to: [Twenty Twenty] Resize ImageForum: Themes and Templates
In reply to: [Twenty Twenty] Resize ImageHi,
So sorry for the late reply.
Here’s the page I was referring to: https://theadminalliance.com.au/services/
I wished to increase the size of the imgae by 50%.
Thank you!
Forum: Themes and Templates
In reply to: [Twenty Twenty] Menu drop down arrowOMG, thank you so much!!!!!! ??
Forum: Themes and Templates
In reply to: [Twenty Twenty] Menu drop down arrowHi,
Thank you for your reply, really appreciate.
I’ve tried the codes but it’s not doing anything on the drop down arrow, still in red.
Anything I can do?
Hi,
Sorry for commenting here.
Is there also a css code that I can add on Additional CSS part wherein I can change the color of drop down arrow on menu using the Twenty Twenty theme?
Thank you!