- This topic has 16 replies, 2 voices, and was last updated 3 years, 8 months ago by Skandha.
-
AuthorPosts
-
February 14, 2021 at 12:29 pm #274098dorapopinskiParticipant
With the catch Sketch theme, how do I remove the title ‘Stories’?
http://box5127.temp.domains/~sakalyab/
Also, how do I change the all capitals to the titles on the homepage?
And how do I change the text to the purple ‘Featured’ button under the Blog post on the Homepage?February 14, 2021 at 11:09 pm #274150SkandhaParticipant@dorapopinski: Hello there,
Your site seems to be on under construction mode. Please make your site accessible so that I can look into the issue.Kind Regards,
SkandhaFebruary 15, 2021 at 5:45 am #274176dorapopinskiParticipantHi, how do I do that?
February 16, 2021 at 1:16 am #274270SkandhaParticipant@dorapopinski: Hello there,
Try deactivating the Bluehost WordPress Plugin and check it the under construction mode is disabled.Kind Regards,
SkandhaFebruary 16, 2021 at 5:29 am #274311dorapopinskiParticipantSince I’m still building my website I don’t want to publish it yet. Will disabling the under construction mode publish the website and put it online?
February 16, 2021 at 7:21 am #274319SkandhaParticipant@dorapopinski: Hello there,
Yes that will put your site online but I will need to look into your site to look into the issue. What you can do is provide me your WP admin credentials through an email that I will send you.Let me know what you would like to do.
Kind Regards,
SkandhaFebruary 16, 2021 at 9:54 am #274331dorapopinskiParticipantI’d rather provide you with the credentials – what are they and where do i find them?
February 17, 2021 at 1:38 am #274335dorapopinskiParticipantI don’t know if this makes things easier, but on the free catch sketch theme on the home page there is a section where the testimonials are with a picture in the background. It is here that in the left upper corner is the word ‘stories’.
What is this section called, I can’t find it anywhere. I have been able to change the picture but I also don’t know how to write my own testimonials so that they will be displayed here.
Thanks for your patience!
February 17, 2021 at 1:42 am #274405SkandhaParticipant@dorapopinski: Hello there,
I have sent you an email. Please check your inbox as well as the spam folder.Regarding the Testimonial Section you will need to use Essential Content Types Plugin. Install and Activate the plugin.
Then,
Go to => Dashboard => Testimonials => Add your posts.Finally,
Go to => Appearance => Customize =>Theme Options => Testimonials => Enable the section and select the post you create earlier and Publish.Let me know if this helps you out!
Kind Regards,
SkandhaFebruary 17, 2021 at 4:15 am #274412dorapopinskiParticipantGot it Skandha, thank you.
How do I change the color of the testimonial text on the homepage? It’s currently white and I would like to change it to black.
Dora
February 18, 2021 at 12:27 am #274465SkandhaParticipant@dorapopinski: Hello Dora,
Go to => Appearance => Customize => Additional CSS and add the following CSS Code..testimonials-content-wrapper .entry-container .entry-content p, .testimonials-content-wrapper .section-title, .controls .fa::before, #testimonial-slider-pager span::before, #testimonial-slider-pager::after { color: #000 !important; } #testimonial-slider-pager::before { background-color: #000; }
Let me know if this works out!
Kind Regards,
SkandhaFebruary 19, 2021 at 5:50 am #274576dorapopinskiParticipantExcellent! Thank you Skandha.
If I may, here are a few things I want to adjust but don’t know how. they are all on the homepage:
– For the titles on the home page I’d like that only the first letter of the first word of the title to be capitalized
– I’d like to make the site title and slogan a little bit larger.
– in the portfolio (aanbod) I don’t want the date visible when you hover over the picture with the mouse
– where the testimonials are shown on top of the picture I want to get rid of the word ‘stories’
– in the blog section (mijn blog), I’d like to change the text of the purple button from ‘featured’ to ‘nieuwste’thank you so much for your help so far, if I can get these last bits worked out then I should be set.
Dora
February 20, 2021 at 2:32 am #274666SkandhaParticipant@dorapopinski: Hello Dora,
Go to => Appearance => Customize => Additional CSS and add the following CSS Code./* To capitalize only the first letter of titles in the homepage */ .home * { text-transform: capitalize; } /* To increase the font size of site title and description */ .site-identity .site-title { font-size: 25px; } .site-description { font-size: 20px !important; } /* To hide date in the Portfolio section */ #portfolio-content-section .entry-meta .posted-on { display: none; } /* Remove the testimonial section title */ .testimonials-content-wrapper .section-title { display: none; }
The option to change the sticky post text Featured is only available in the pro version of the theme. I suggest you to upgrade to pro. You can check out the additional-features available in the theme.
Let me know if this works out!
Kind Regards,
SkandhaFebruary 22, 2021 at 4:11 am #274814dorapopinskiParticipantHi Skankha,
Thank you so much! Everything worked except for changing capitals in the titles on the homepage.
I want that only the first letter of the first word is capitalized. At the moment it is “Leven Als Vrouw In de 21ste Eeuw”, “Dit Ben IK”, “Mijn Blog”, and “Time To Respond”. What I would like is: Leven als vrouw in de 21ste eeuw, Dit ben ik, Mijn blog, Time to respond. The intention is that all the titles on the homepage are like this. In Dutch the grammar is different than in English.I hope this helps.
And is it possible to also change this: in the blog section on the homepage (mijn blog), I’d like to change the text of the purple button from ‘featured’ to ‘nieuwste’.
February 22, 2021 at 5:17 am #274820SkandhaParticipant@dorapopinski: Hello Dora,
Please replace the above CSS Code to capitalize only the first letter by the following..home * { text-transform: unset; }
The option to change the purple button text ‘featured’ to ‘nieuwste’ is only available in the pro version of the theme. I suggest you to upgrade to pro. You can check out the additional-features available in the theme.
Let me know if this helps you out!
Kind Regards,
SkandhaFebruary 24, 2021 at 8:55 am #275048dorapopinskiParticipantPerfect, thank you!
I’m not ready to go to the pro version of Catch Sketch, is it possible to remove the button all together?
Skandha you have been a geat help I really appreciate it.
DoraFebruary 25, 2021 at 12:40 am #275115SkandhaParticipant@dorapopinski: Hello Dora,
To remove the button
Go to => Appearance => Customize => Additional CSS and add the following CSS Code.span.sticky-label { display: none; }
Let me know if this works out!
Kind Regards,
Skandha -
AuthorPosts
- The topic ‘Homepage questions’ is closed to new replies.