Home Forums Pro Themes Travel Master Pro Couple changes I need help with please

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #119121
    Sharon Brooks
    Participant

    Hey guys
    Was wondering if you could help me out with some directions to a couple changes I need to do to my site.

    1. How do i fix the logo size. The site is blackrockprod.com
    2. How do i remove the blurb on the slider under each page title on the slider. I have tried putting section seperators etc, however it automatically takes whatever the first set of text of the page is. Is there a way to get rid of this completely?

    Thanks heaps
    Shaz

    #119132
    wensolutions
    Keymaster

    Hello,

    Can you please provide us the site URL so that we can inspect and provide you with the precise fix.

    Also, provide us the screenshot of the section about your second query so that we can be clear and help you fix the issue.

    Regards.

    #119183
    Sharon Brooks
    Participant

    Hi

    Thanks for the speedy response. URL is https://blackrockprod.com/ on that page you can see the logo is very small. Is there anyway i can make that bigger and also you can see on that page the text under the main page heading (subtext) in the slider. Is there a way to remove this. I tried doing a screen shot and pasting it here but that didn’t work. How can I post the screenshot? Sorry I am a bit new to this all.

    #119203
    wensolutions
    Keymaster

    Hello,

    Regarding your query related to the logo size, you can add CSS following the path Admin Panel > Appearance > Customize > Additional CSS

    .site-logo .custom-logo-link img{
                max-height: 90px;
    }

    You can adjust the height as per your requirement.

    Regarding your query related to the sub-text in the slider, you can add CSS to remove the text as you mentioned earlier, following the path Admin Panel > Appearance > Customize > Additional CSS

    .home .featured-content-wrapper .entry-content{
              display: none;
    }

    Hope this helps.

    If you have further queries, let us know.

    Regards.

    #119246
    Sharon Brooks
    Participant

    These codes have worked perfectly, thank you so much for your quick assistance.

    #119282
    wensolutions
    Keymaster

    Hello,

    Glad we could help you.

    Regards.

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