• Resolved JenniferCross

    (@jennifercross)


    Hi Roman,

    Please can you help me to remove the Our Services heading. I tried to leave it blank but it defaults to Our Services. I would like the heading to be ‘Achieve your New Normal’ and I’ve used the text widget in the row above the services section to create it, because I also wanted to include some text in between the header and the services icons. Please could you explain how the header can be left blank and the space reduced where the header should be?

    Please note I don’t want to remove the ‘Regular Services’ title from the row below.

    Thanks so much,
    Jen

    The page I need help with: [log in to see the link]

Viewing 6 replies - 1 through 6 (of 6 total)
  • Hello Jen,

    Try to use the following CSS code in order to hide (not remove) the title and remove top padding. You can add CSS code in Customize → Additional CSS section.

    section#services .widget-title {
        display: none;
    }
    
    section#services {
        padding-top: 0;
    }

    Kind Regards, Roman.

    Thread Starter JenniferCross

    (@jennifercross)

    Hi Roman, thanks for helping with this. A couple of things:

    1. How can I remove the line between the text under ‘Achieve your new normal’ and the 3 service icons so that it looks like one section?

    2. Having used this coding the heading for the second services section has now disappeared (been hidden). I’d like to keep a heading of ‘General Services’ above the icons ‘for the legal sector’, ‘for professionals and small businesses’ and ‘websites’.

    Thank you,
    Jen

    Thread Starter JenniferCross

    (@jennifercross)

    Hi again Roman, I’ve answered my own question number 2 by adding in the title using a Text widget. If you could just help with question 1 of my reply it would be great!

    Thank you,
    Jen

    Hello Jen,

    Try to add this CSS code as well:

    .panel-layout .panel-grid {
        border-bottom: none;
    }

    Kind Regards, Roman.

    Thread Starter JenniferCross

    (@jennifercross)

    Thanks Roman ??

    Jen

    You are welcome Jen!

    Kind Regards, Roman.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘How to remove Our Services heading’ is closed to new replies.