• Resolved marketingaicom

    (@marketingaicom)


    I know there has to be a way to do this, but I can’t figure this one out. All I want to be able to do is to change the color of the title of a section on the moesia theme. In other words, if I change the background of a section on the home page to a darker color, you can’t see the title of that section. So how can I change the color of the title on a particular section?

Viewing 8 replies - 1 through 8 (of 8 total)
  • You can change it from Customize > Front Page Colors in case it’s for one of the built-in widgets.

    Thread Starter marketingaicom

    (@marketingaicom)

    I was hoping to be able to change the section titles even for those sections where I use a visual editor or text editor widget.

    I tried changing the social section title and using the Customize > Front Page Colors, but that didn’t work either.

    Any other thoughts would be appreciated.

    You can change it manually by adding this in a custom CSS plugin:

    .panel.widget .widget-title:after {
       border-color: #333;
    }

    And change #333 to the color you want.

    I’m looking to do the same thing but the colour hasn’t changed. Any suggestions on where I’m going wrong? thanks!

    Hi! I have a similar problem: I want to change the color of the title section, the space that contains the title of the page, only on a specific page.
    I’ve tried to change main style css but it change all the title section.
    Please help me

    @apottlh: replace .panel with .so-panel in that code.
    @bronzriri: you should probably open a new topic with your issue and be a little more specific. It doesn’t seem related to this topic.

    Thank you! It changed the underline colour (which I wanted to change anyway) but the text is still dark grey. I used the following code below as well but I’m not having any luck:

    .widget_text .widget-title:after {
    border-color: #2d3192;
    }

    Any suggestions?

    @apottlh: Can you insert the custom class at the widget text?
    @vladff: I fixed it, thank you

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Section Title Color’ is closed to new replies.