New Landing How can we help? Cardinal Change Related Projects font

Viewing 13 posts - 1 through 13 (of 13 total)
  • Posted in: Cardinal
  • #99642
    themartist
    Member
    Post count: 122

    I’m using custom fonts & google fonts – but just want to change the “related projects” text from h2 to h4 in the custom css.

    I edited it in firebug which worked -but when I replicated that in the custom css but none seemed to work.

    #99648
    themartist
    Member
    Post count: 122

    Sorry – actually looking to edit this part

    h2, .blog-item .quote-excerpt

    As I’d like to edit the “Related Articles” text in the same way. For some reason the custom css isn’t taking.

    #99742
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    Add this to your custom css:

    .related-projects h2 {
      font-size: 18px;
    }

    – Kyle

    #99770
    themartist
    Member
    Post count: 122

    You missed the question Kyle. I understand css changes. Not changing font size – changing h2 to h4 – they’re different fonts which are not being effected even under the important! command.

    #99851
    Melanie – SUPPORT
    Member
    Post count: 11032

    Hi, so you want the styling of your “h2, .blog-item .quote-excerpt” to look like the h4?
    If you could post up your website URL and let us know exactly which element you’re referring to we can check it out for you!

    Also let us know the exact css you’re using!

    Another solution would be to go into the php file and changing the markup from h2 to h4.

    Thank you

    #100070
    themartist
    Member
    Post count: 122
    This reply has been marked as private.
    #100138
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Can you confirm if you want the title to look like a h4, meaning use the same CSS for the h2 that the h4 uses. OR do you want it to actually be a h4, for seo reasons?

    – Kyle

    #100217
    themartist
    Member
    Post count: 122

    It can look like h4 no problem. Id rather do i with css and not edit the php

    #100227
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Add this to your custom css:

    .related-projects > h2 {
      font-family: "Open Sans Condensed";
      font-size: 22px;
    }

    – Kyle

    #100244
    themartist
    Member
    Post count: 122

    I would have thought that – but as mentioned, it doesn’t work in the custom css – even with important! declarations.

    #100248
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    You’ve put it within the media query, please take it out and it will work

    – Kyle

    #100250
    themartist
    Member
    Post count: 122

    perfect! Thanks for the great support

    #100251
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    No problem

    – Kyle

Viewing 13 posts - 1 through 13 (of 13 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register