• Resolved memma90

    (@memma90)


    Hello everybody,
    I searched and modified a lot but nothing helped me until now.

    I would like to change the font type, font size and font color of the “Site title” (where I type in the name of the site when I create a new site in wordpress). As I can only modify it in the stylesheet, I would be pleased if you were able to give me a hint.

    https://www.micro-speed.com/de/

    When I open the link, I want to change the whole “BERüHRUNGSLOSE L?NGEN- & GESCHWINDIGKEITSMESSTECHNIK” to a normal “Berührungslose L?ngen- & Geschwindigkeitsmesstechnik” (it’s under the menu and over the slide-show.

    I am thankful for every help I may get.

    M.

Viewing 2 replies - 1 through 2 (of 2 total)
  • gutten tag.

    Make sure you are using a child theme first.

    in style.css line 952

    .entry-title {
        font-family: Lato,sans-serif;
        font-size: 30px;
        font-weight: 400;
        margin: 0;
        text-transform: uppercase;
    }

    Suggest that you install a browser inspector like firebug, it shows you how your html is formed and how your css is working.

    Thread Starter memma90

    (@memma90)

    Hallo ??
    It kind of worked just by fixing the font after I “Logged out”.

    Thank you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘change FONT of "Site title"’ is closed to new replies.