Okay
  Public Ticket #1015592
page heading title - want to change colour
Closed

Comments

  •  2
    Patrick started the conversation

    Hi,

    On http://abstractabstract.com I want to change the colour of the Page Heading Title 'Δߊ†®∀ç† PHOTOGRAPHY'

    Not the font, just the colour. 

    Can you please tell me how I can do this? 

    Thanks,

    Patrick.

  • [deleted] replied

    Hi Patrick,

    We usually don't give support for customizations but i will try to help you this time:

    Please add the code below to Custom CSS

    .home .section-title h1 {
        color: red !important;
    }