• Resolved revilo82

    (@revilo82)


    Hi,

    a simple question: how can I write a page / site title left-aligned? All titles are centered.

    thank you
    Oliver

    • This topic was modified 7 years, 5 months ago by revilo82.
Viewing 4 replies - 1 through 4 (of 4 total)
  • Theme Author Takao Utsumi

    (@utsumit)

    Hi Oliver,

    Please add this code to Additional CSS.

    .site-branding,
    .entry-header {
        text-align: left !important;
    }
    Thread Starter revilo82

    (@revilo82)

    Hi Takao,

    thank you. If I have a new page with headline (not the menu). What is the code to change this headline for the site?

    BTW: How can I use lowercase in a footer?

    Is there a complete description available how to do all these things?

    Thank you in advance, and again, for your help ??
    Olli

    Theme Author Takao Utsumi

    (@utsumit)

    If I have a new page with headline (not the menu). What is the code to change this headline for the site?

    Does it mean that you want to change the headline style?
    If so, please change the code of h1, h2, h3, h4, h5, h6.

    BTW: How can I use lowercase in a footer?

    I think you can use lowercase in footer by default.
    Can you give me more details?

    Is there a complete description available how to do all these things?

    These questions are related to CSS, so I think googling is the best way.

    Thread Starter revilo82

    (@revilo82)

    Hi Takao,

    thank you for your help. I found the solution:

    site title left-aligned:
    h1.entry-title, article.page .entry-header h1.entry-title {
    text-align:left;
    }

    How can I use lowercase in a footer?
    .widget-title {
    text-transform: none;
    }

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Page / Site title left-aligned?’ is closed to new replies.