Tagged: tagline, testimonial slider
- This topic has 3 replies, 2 voices, and was last updated 6 years, 7 months ago by Skandha.
-
AuthorPosts
-
March 26, 2018 at 4:15 am #134146catwingzParticipant
Hi,
What is the CSS to display the tagline but hide the site title? and to place it underneath the logo?
Is it possible to slow down the slider for the testimonials?
Can the button in Header Right work as a phone number for click to call?
On the home page I have the title for the Testimonial slider to be enabled, but it fails to display. What could be preventing it from showing?
Where are the settings for the features on the demo contact section?
Thank youMarch 26, 2018 at 5:02 am #134152SkandhaParticipant@catwingz: Please post in your site URL so that I can look into the issues.
Regards,
SkandhaMarch 26, 2018 at 1:12 pm #134171catwingzParticipantThis is the link to the hosts file. I don’t know how long it will stay good…
hosts fileMarch 28, 2018 at 7:37 am #134259SkandhaParticipant@catwingz: To display tagline underneath the site logo and to hide the site title.
Go to => Appearance => Site Identity => Check the Display Site Title and Tagline option.
Go to => Appearance => Customize => Additional CSS and add the following CSS Code.
@media screen and (min-width:1023px) { #site-logo { position:relative; left:-265px; } .site-description { padding-top:95px } } .site-title { display:none; }
You seem to have hidden the Testimonial Slider Title using additional css
Go to => Appearance => Customize => Additional CSS and add the following CSS Code.#testimonial-section #featured-heading { display:block; }
To change the testimonial slider speed you will have to create a child theme and make changes to core theme files. Let me know if you are comfortable with child theme customizations.
When you open your site from mobile and press the phone number it automically asks if you want to make call to that number.
The Footer Contact Info option 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 pro version of the theme.
Let me know if this solves your issue.
Regards,
Skandha -
AuthorPosts
- The topic ‘Tagline & Testimonials Slider’ is closed to new replies.