Forum Replies Created

Viewing 10 replies - 16 through 25 (of 25 total)
  • Thread Starter chrismacleavy

    (@chrismacleavy)

    Thanks Ben. This code works. However, all the text inside the table is a different font to the normal paragraph text. Is there a way I can have all text in the table look the same as text *outside* the table?
    Only really interested in the paragraph style, but if I could H2 and have it look the same, that’d be sweet.

    Thread Starter chrismacleavy

    (@chrismacleavy)

    Looking good man. Thanks to you!
    I think (I hope) I’ve nearly got the typography the way I want it.

    One last thing.

    Flick me some code to modify the Heading styles? Specifically, I’d like to reduce the line spacing underneath (h3, for example) so that the paragraph text sits more snuggly underneath, and not 6 or 12 points lower. Know what I mean?

    Thread Starter chrismacleavy

    (@chrismacleavy)

    ACTUALLY (Sorry Ben) there does seem to be something amiss, now that it’s working.

    I’ve been able to successfully change the font for the paragraph and post titles (which, through trial and error I figured out were ‘Heading 2’), BUT I can’t seem to change the font SIZE for the post titles. Dragging the slider doesn’t do anything (it works fine for the Paragraph font, but not the H2).

    There doesn’t seem to be anything in my custom CSS (which is probably a bit muddled as it has undergone various additions).
    Here’s the custom CSS:

    .blog .post-content,
    .archive .post-content,
    .search .post-content {
    text-align: left;
    border-radius: 35px;
    }

    body {
    -webkit-hyphens: none;
    -moz-hyphens: none;
    hyphens: none;
    }
    .max-width {
    max-width: none;
    }

    .featured-image img {
    border-radius: 15px 15px 0 0;
    overflow: visible;
    padding-bottom: 0;
    height: auto;
    line-height: 0;
    text-align: center;

    > img,
    > a > img {
    position: static;
    height: auto;
    width: auto;
    object-fit: contain;
    }
    > a {
    position: static;
    }
    }

    .entry article {
    border-radius: 15px;
    }

    .entry.has-post-thumbnail article {
    border-radius: 0 0 15px 15px;
    }

    So, there doesn’t seem to be anything preventing me from changing the font size of the post main headings, but I can’t seem to do it.

    I know there’s a lot here. Sorry again!

    Thread Starter chrismacleavy

    (@chrismacleavy)

    Out of interest, I logged a fault on the EGF forum. EGF version 1.4.2 was released less than 8 hours later as a result (for latest WordPress compat). Sweet!

    Now that’s impressive!

    Thread Starter chrismacleavy

    (@chrismacleavy)

    Perfect.
    Your speed and success wins the Internet for today. You’re the man!

    Thanks so much!
    Resolved.

    Thread Starter chrismacleavy

    (@chrismacleavy)

    Thanks Ben!
    I installed the plugin, and read your tutorial. Thanks for the links, btw.
    Sadly, I enter a name for a new Font Control, and it sits there spinning… never to finish creation. BUT, I’m guessing that this is an issue with their plugin, not with Author. So I’ll take it up with them.

    Thread Starter chrismacleavy

    (@chrismacleavy)

    It’s a thing of beauty!!
    Thank you so much!

    Thread Starter chrismacleavy

    (@chrismacleavy)

    Thanks so much again for the quick reply.
    Check out https://www.chrismacleavy.com and you’ll see what I mean. The bottom corners of the featured image sit on the square corners of the post background. I’m hoping to round out the corners of the entire thing (featured image and post all together.

    Does that make sense?

    Thread Starter chrismacleavy

    (@chrismacleavy)

    Thank you both so much – that CSS did exactly what I hoped.
    However, I seem to remember that a code modification added to Custom CSS actually rounded the entire post (as in, the top two corners of the featured image, and the bottom two corners of the post). Does that make sense?
    Can I simply put this code in a different place to get that effect again?

    Thanks so much for your quick replies!

    Thread Starter chrismacleavy

    (@chrismacleavy)

    It’s a thing of beauty!!
    Thank you so much.

Viewing 10 replies - 16 through 25 (of 25 total)