Home Forums Free Themes Graduate want to remove page title & text from slider

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #57280
    innov72
    Participant

    Hi,

    Please help me to remove page title & text from Home page slider banner

    #57281
    wensolutions
    Keymaster

    Hello @innov72,

    To remove the title and text from the slider use below given CSS.

    For this go to Admin Panel > Appearance > Customize > Additional CSS and paste below given CSS.

    #main-slider .container {
        display: none;
    }

    Hope this helps .

    Best Regards!!

    #57460
    innov72
    Participant

    Hey Buddy,

    You are great, its worked.

    Thanks a lot

    #57505
    wensolutions
    Keymaster

    Hello @innov72,

    Glad we could help you !!

    If you have any issues further, please feel free to post your queries and we will happily help you further.

    We will really appreciate if you could help us too by rating our theme in WordPress repo here:-

    https://wordpress.org/support/theme/graduate/reviews/

    Best regards !!

    #67210

    Thank you for an amazing theme. We are excited about the design of our new website. Would you please advise how we may remove the page title & text from the slider. I added the additional CSS but the text is still there.

    Also, I would like to have the ability to view the drop-down menu in lower case and change the font size for the footer.

    Thank you in advance for any assistance you can offer. http://www.milesacademy.com

    Anita

    #67263
    wensolutions
    Keymaster

    Hello @anitamilestechhelp-com,

    First of all thank you very much for the appreciations and Hope you will enjoy the theme.

    Now all of your query has been answered below:

    Remove the page title & text from the slider

    #main-slider .container {
        display: none;
    }

    Drop-down menu in lower case

    #primary-menu ul.sub-menu li a {
        text-transform: lowercase;
    }

    Change the font size for the footer.

    .site-footer {
        font-size: 12px;
    }

    Hope this helps.

    If you have any issue further, please let us know.

    Best Regards!!

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