badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Texts on the slides

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #25876
    chantal.attia
    Participant

    Hello,

    Thank you for your theme. I choose it because it is responsive, simple, clear and nice.
    But when I test it on the mobile devices I see that the texts (title and extracts of the pages) on the slides doesn’t appear even on ipad (1024px).
    The texts on the slides are important they are the keys words of the purpose of the site.
    How can we change this situation ? (On my PC I see that the text appear on slides only when the window is at least 1069px)
    With responisator.com I see that with the attitude pro theme/slider there is not the problem : the text on the slides can be seen (even it is small at least we can see there is something written) on all devices.
    Thank you.

    #25896

    Hi chantal.attia,

    Go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:

    @media only screen and (max-width: 1078px)
    .featured-title, .featured-content {
       display: block;
    }
    @media only screen and (max-width: 767px) {
    .featured-title, .featured-content {
       display: none;
    }

    Thank you!

    #25903
    chantal.attia
    Participant

    Great it is that simple !
    It doesnt’work on my site but I find this :

    @media only screen and (max-width: 1078px) {
    .featured-title, .featured-content {
    		display: block !important;
    	}
    }
    @media only screen and (max-width: 767px) {
             .featured-content {
    		display: none !important;
    	}
           .featured-title{
                    font-size: 16px !important;
                   max-width: none !important;
           }
    }
    @media only screen and (max-width: 479px) {
           .featured-title{
                    margin-bottom: -20px !important;
                   padding: 0px 10px !important;
           }
    }

    Here : Showing slider featured title and content on responsive screen sizes

    Depending of the width I see only the title or the title+the content.
    Perfect.

    Thank you very much for the support.

    #25929

    You welcome chantal.attia

    We have spend lots of time and efforts to develop this theme available free for you.
    Could you also please help us rating this theme in WordPress Repository.
    https://wordpress.org/support/view/theme-reviews/attitude
    We really appreciate your rating.

    Thank you!

    #25952
    chantal.attia
    Participant

    Of course it was in my mind from the beginning I start with your theme.
    I register on WordPress.org only to add my 5 stars review and compliments.
    Many thanks to all the team ! 🙂

    #25965

    Thanks a lot chantal.attia

    Thank you!

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.