• immaculatepeterborough

    (@immaculatepeterborough)


    I have read documentation and worked a few weeks with this Endurance Theme. I now have my site the way I want it to work, with the following few exceptions and would very much appreciate some guidance:

    1) I would like the text and image in this column layout to BOTH align to the top, rather than center. (immaculatepeterborough.ca/?page_id=73)

    2) I would like to alter the font (size/color) on the page title (and on all pages).

    3) In two column layouts, is there a way to size each column to a different percentage? (immaculatepeterborough.ca/?page_id=686).

    4) I would like to alter the footer:
    (a) It has a green top border which I would like light blue.
    (b) The main section of the footer is perfectly grey on some computers, but horrible olive green on other computers. Unsure of the issue. (Doesn’t matter what browser is used. I have tried Chrome and MS Edge. HP and Acer computers are grey. Dell is olive green.)

    5) What is the solution to the following dilemma?
    (a) On the “Pages” screen, I have the pages sorted Alpha by title.
    (b) In order to keep all my Events sorted together, I have started each title with “Event-“.
    (c) The problem lies when you load the page and see “Events -” in the page title.
    (d) I’m thinking categories, or filters, or something that will bring all my events together on the Pages screen…but can’t see that I have that flexibility. (I’m going to have many more events.)
    (e) Thoughts?

    Sincerely,
    …Patsy

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Theme Author Dumitru Brinzan

    (@ilovewpcom)

    Hello,

    1. That is custom content built with the Block Editor, it is not code that comes from the theme.

    2. This is the default CSS code for the H1 title tags on pages:

    .page-title {
        color: #df442a;
        font-family: "Montserrat", Arial, sans-serif;
        font-size: 1.75rem;
        font-weight: 700;
        line-height: 1.4em;
        margin-bottom: 3rem;
        padding: 0;
        position: relative;
        text-transform: uppercase;
    }

    You can overwrite it with your custom CSS code via Appearance > Customize > Additional CSS.

    3. Again, that is built with WordPress’s Block Editor, it’s not a theme feature.

    4. The footer is neither grey nor “olive green”, it is brown.

    #site-footer {
        background-color: #7a7162;
        border-top: solid 10px #b0c45e;
        color: #E4DBCD;
        font-size: 0.8125rem;
        line-height: 1.65em;
        margin: 0;
        padding: 0;
        position: relative;
    }
    #site-footer .site-section-wrapper {
        background-color: #887e6d;
        padding: 60px;
    }
    

    You can overwrite these colors from Appearance > Customize > Additional CSS.
    Also, if a monitor displays ones thing and another monitor displays a different thing, then one of the monitors needs to be color calibrated.

    5. Why not use a plugin for events? Events are not pages.
    This is a good one: https://www.ads-software.com/plugins/all-in-one-event-calendar/

    Best regards,
    Dumitru B.

Viewing 1 replies (of 1 total)
  • The topic ‘Title formats’ is closed to new replies.