Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #134146
    catwingz
    Participant

    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 you

    #134152
    Skandha
    Participant

    @catwingz: Please post in your site URL so that I can look into the issues.

    Regards,
    Skandha

    #134171
    catwingz
    Participant

    This is the link to the hosts file. I don’t know how long it will stay good…
    hosts file

    #134259
    Skandha
    Participant

    @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

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Tagline & Testimonials Slider’ is closed to new replies.