• Resolved karagol

    (@karagol)


    Hi,

    I want to remove title of some sections in my home page. Even if I don’t write anything as title, it shows default values like “our services”. I could remove all of the section titles by writing display: none in css file. But is there a way to keep some of the section titles and remove others?

    Thank you

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

    Remove them like this and target only the ones you want:

    #services .widget-title {
        display: none;
    }

    I’ll have a look into removing the default values in a future update, though I’m not sure it’s a good idea at this point.

    Thread Starter karagol

    (@karagol)

    Thank you, I appreciate

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Section titles’ is closed to new replies.