• I am hoping this will be the last glitchs!

    Once again on https://www.ctabequestrian.net/Wordpress/

    The page titles, and on the home page, Recent Posts, the first letter of the page title is different from the rest.
    Any ideas?

    Additionally, on the mobile version, how can I change the color from that light green that shows up under the website title?

    Thanks!

Viewing 6 replies - 1 through 6 (of 6 total)
  • Hi ctabacco,

    The css stylings of the first letter is causing it to be different:

    h2#page-title:first-letter, .archive h1.page-title:first-letter, .page h1.entry-title:first-letter
    {
    font-size: xx-large;
    text-shadow: #fff 2px 0px 1px;
    }

    to change the colour only on the mobile version you would change the css in media query:

    @media only screen and (max-width: 481px)
    {
    enter new css in here for mobile devices
    }
    Thread Starter ctabacco

    (@ctabacco)

    Thanks again! You guys are the best! Will give a try tomorrow!

    Thread Starter ctabacco

    (@ctabacco)

    Hay I tried removing the code that changed the first letter from the main.css and also the theme specific template, in this case celon.css, no luck on getting it to change!
    Any other suggestions would be greatly appreciated!
    TIA

    I would also like the first letter on the page title not to show up larger. Either small caps (where it mimics the upper and lower case of the title in caps only), or no first letter larger at all. How do I do this in the “Edit CSS” portion of the theme?

    Thread Starter ctabacco

    (@ctabacco)

    BUMP!

    Thread Starter ctabacco

    (@ctabacco)

    Hi again. I still cant resolve this! I tried removing the code as suggested above but no lick! Any other ideas?
    Tia!

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Page Titles – First letter different’ is closed to new replies.