Home Forums Pro Themes Signify Pro Suppress title,remove gaps,logo size & footer

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #191141
    Stuart Brown
    Participant

    Just started on my website and struggling with some “simple” stuff:
    Website here – https://fortevision.co.uk/
    So…
    1) How do I renmove the title, shown on home page as near top “Forte Vision – 3D Visionaries and get the gallery to be nearer to the top. Reduce padding?
    2) Similar theme. Remove or lessen gap below the car video. Padding again?
    3) Change light grey of social media, privacy and contact footer from grey.
    4) Change header logo size. Tried changing image size.
    Any help appreciated. Stu

    #191241
    Psink
    Keymaster

    Please add this code in the Additional CSS

    .home #primary article .entry-header{
    display: none;
    }

    @media only screen and (min-width: 85.375em){
    .home .site-content > .wrapper, #featured-slider-section + .site-content > .wrapper {
    padding: 40px 30px;
    }
    }

    footer summary,
    .wp-block-coblocks-social.is-style-mask:not(.has-colors) .wp-block-button__link:not(.has-text-color) {
    color: #808080;
    }

    To chnage the padding you can change 40px to any value as per your needed
    to change the color you can change the color code

    #191930
    Stuart Brown
    Participant

    Apologies! I meant to say thank you ages ago. Worked perfectly, so thank you! Stu

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