Forum Replies Created
-
AuthorPosts
-
Skandha
Member@ann84: You will need to create a child theme for this and add the following code to your child theme’s functions.php file. You can check out the link above if you don’t know how to create a child theme
function custom_short_excerpt($excerpt){ return substr($excerpt, 0, 200); } add_filter('the_excerpt', 'custom_short_excerpt');Let me know if this solves your issue!
Regards,
SkandhaFebruary 14, 2018 at 10:31 pm in reply to: Change color of words in Header Right Widget area #131652Skandha
Member@kmckay: The link you posted doesn’t seem to be accessible. Let me know when your site is accessible.
Regards,
SkandhaSkandha
Member@artpriskaleutenegger-ch: Go to => Appearance => Customize => Additional CSS and add the following CSS Code
.single-post .site-main .entry-title { background-color: white; }Let me know if this does the trick!
Regards,
SkandhaSkandha
Member@dnelson503: Glad to know the issue is resolved! Have a good day!
Regards,
SkandhaSkandha
Member@pharte: To change the button color on hover Go to => Appearance => Customize => Additional CSS and add the following CSS Code.
.button-minimal:hover, .button-minimal:focus { background-color: #000066; }To change the color of featured slider arrow on hover Go to => Appearance => Customize => Additional CSS and add the following CSS Code.
#feature-slider .cycle-prev:hover, #feature-slider .cycle-prev:focus, #feature-slider .cycle-next:hover, #feature-slider .cycle-next:focus { color: #000066; }You can change the color according to your requirement!
Let me know if this solves your issue!Regards,
SkandhaSkandha
Member@vasilvideomakers: If you mean to change the background color of the page to black then Go to => Appearance => Customize => Additional CSS and add the following CSS Code.
#content { background-color: #000; }Let me know if you have anymore issues!
Regards,
SkandhaSkandha
Member@ydigilov: For the image at the top of the society page to be full width of screen you will need to change the page-width to 100%. That results in text on this page also being displayed as full width. Let me know what you want to do with this.
To make logo clickable for only certain area of the image you will need to get your site customized. I suggest you to hire a customizer.
Let me know if your have anymore issues!
Regards,
SkandhaSkandha
Member@pharte: If you mean to change the border color of “View Larger Map” button then Go to => Appearance => Customize => Additional CSS and add the following CSS Code.
#contact-info-section .content-info-wrapper a { border-color: #000066; }Let me know if you have anymore issues!
Regards,
SkandhaSkandha
Member@vasilvideomakers: You can use Jetpack Plugin from the wordpress plugin repository to create a gallery in the homepage. You can check out this link to know how to create a gallery using jetpack plugin.
Let me know if this solves your issue!
Regards,
SkandhaSkandha
Member@skynet: Thank you so much for appreciating our work. We will continue supporting our themes.
Regards,
Catch Themes TeamFebruary 7, 2018 at 12:20 am in reply to: So much space that can not be used on Comment Area #131213Skandha
Member@pharte: Go to => Appearance => Customize => Additional CSS add the following CSS Code.
To Change the color of dots in the feature slider:
#feature-slider .cycle-pager span.cycle-pager-active { color: #colorcode; }Replace #colorcode with the color of your choice.
Please post in you site URL so that i can provide you with CSS Code to change color of the button at the footer.
Let me know if you have anymore issues!
Regards,
SkandhaSkandha
Member@dnelson503: “Our Dogs Past and Present” is the sub-menu of About. Can you please clarify where you want the menu “Our Dogs Past and Present” to be.
If you want to create “About” menu as just a navigational tab and not to be linked to a page do the following:
Go to => Appearance => Customize => Menus => Choose the menu where you want to add “About” =>
Add Item => Select Custom Link and type Link text as “About” and “#” in the URL box. This way you can create About as just a navigational tab.Let me know if you have any more issues!
Regards,
SkandhaFebruary 6, 2018 at 11:25 pm in reply to: So much space that can not be used on Comment Area #131209Skandha
Member@skynet: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.
.comment-content { width:100%; margin:auto; } .comment-meta { margin: auto; } .nav-previous { width: 100%; }Let me know if this solves your issue!
Regards,
SkandhaSkandha
Member@Glen: Go to => Appearance => Customize => Site Identity => Site Icon => Upload the image you want to display as favicon.
Let me know if you have anymore issues!
Regards,
SkandhaSkandha
Member@robert: Glad to know the issue is resolved. Have a good day.
Regards,
SkandhaFebruary 4, 2018 at 8:17 am in reply to: Menu always remains under header image on the homepage in Decree theme #131061Skandha
Member@Akki94316: Glad that you could solve the issue! Have a good day!
Regards,
Skandha -
AuthorPosts
