Okay
  Public Ticket #1133392
Change font colour of title area
Closed

Comments

  • adrou started the conversation

    Hello,

    can you please specify how can i change the font color of the title area in a single page?

    I have put the following css on the page, but it doesn't work.

    .page-title {          
      padding: 0;
      margin: 0 0 60px 0;                
      color: #fefefe;
    }

    Thank you.

  •  2,010
    Ocean replied

    Hello,

    You can use the custom CSS below:

    .page .title-area .page-title {          
      padding: 0;
      margin: 0 0 60px 0;                
      color: #fefefe;
    }

    Thanks.

  • adrou replied

    Thank you.