• Jelaninho23

    (@jelaninho23)


    Hi

    Im new to all this website design activity. Could someone please complain to me how I would edit and alter the colour of my website HEADER Title?

    https://festivefunspots.com/

    As you can see the current colour – FESTIVEFUNSPOTS is white but I want in red.

    Any help is most appreciated.

Viewing 15 replies - 1 through 15 (of 25 total)
  • Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    By edit the font do you mean change the font family?

    Thread Starter Jelaninho23

    (@jelaninho23)

    Yes and the colour from white to red.

    Thread Starter Jelaninho23

    (@jelaninho23)

    Any idea on how to tackle this?

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    swayam.tejwani

    (@swayamtejwani)

    Hi,

    For Font family, i have checked this theme provides some font options in backend, if you go to Appearance->Customize->Site identity then you can see the option “Site Title Font Family”.
    For title color, you can add this css in style.css of your theme div#secondary h1.site-title a { color: red; }

    Thread Starter Jelaninho23

    (@jelaninho23)

    Sorry but I have no idea how to code.

    Thread Starter Jelaninho23

    (@jelaninho23)

    Andrew after downloading the plugin how will I then be able to alter the heading colour and font type?

    Thread Starter Jelaninho23

    (@jelaninho23)

    Can someone help me I have no idea and clueless when it comes to all this stuff.

    d3sk1ng

    (@d3sk1ng)

    Hi…you have to open your dashboard, then open the file “style.css” in the theme editor.
    After that find this code:

    #site-title a {
        color: #333333;
    }

    and change the “#333333” into “red” (for example):

    #site-title a {
        color: red;
    }

    Now you have to change the font. To do this, find the “font-family:” and change it (search on google the font that you want).

    PS: press CTRL+F to find the word faster.

    Thread Starter Jelaninho23

    (@jelaninho23)

    Mate Im in the dashboard where do I open the file ”Style css”? I cant find it

    Thread Starter Jelaninho23

    (@jelaninho23)

    Ive found the editor now.

    Thankyou

    Thread Starter Jelaninho23

    (@jelaninho23)

    Now I want to change the back ground from white to an image of snow.

    How do I achieve this?

    Allison Tarr

    (@allisonplus)

    If there isn’t an existing area for #site-title a, it might be inheriting it from another CSS property. You can add it in as a whole new section for yourself to apply that color change.

    Thread Starter Jelaninho23

    (@jelaninho23)

    Hi Alison Ive already had the colour changed another way, Thanks. Now I need to change the background of the title from white.

    Allison Tarr

    (@allisonplus)

    Which part are you referring to as the title in this instance? Festive Fun Spots?

Viewing 15 replies - 1 through 15 (of 25 total)
  • The topic ‘How to edit header title font and change colour?’ is closed to new replies.