New Landing How can we help? Cardinal Header below header?

Viewing 5 posts - 1 through 5 (of 5 total)
  • Posted in: Cardinal
  • #201527
    deejayhart
    Member
    Post count: 239

    Hi there – I’d like a fullwidth block of text above every paragraph that is basically the same as the header – either solid colour or bg image, but same typeface source etc. I want to keep the paragraph text width same as it is (NOT full width).

    How best to do? Thanks!

    #201541
    deejayhart
    Member
    Post count: 239

    Hmm – pretty much sorted, set h6 as a big font (88) but why is it showing in CAPS?

    Also want to set the actual header same font and size – how to do that? Thanks!

    #201545
    David Martin – Support
    Moderator
    Post count: 20834

    Hi,

    1) To remove the caps you can use CSS: text-transform: none;

    2) The class for that is .fancy-heading h1 { } In your theme options panel, add that CSS and the font parameters you require.

    Full font CSS guide: http://www.w3schools.com/css/css_font.asp

    Thanks.

    #202382
    deejayhart
    Member
    Post count: 239

    Hmm, that ahsn’t worked? Also, we need a media query to show it smaller for mobile? Let’s try 48 rather than 88 for mobile?

    Thanks!

    #202446
    David Martin – Support
    Moderator
    Post count: 20834

    Hi,

    1)

    If you also wanted to change your subheading, then you will need to use this:

    .fancy-heading h1,
    .box-content-wrap h6 {
    text-transform: none!important;
    }

    2) What size text did you want to reduce, the title or both title and sub title?

    – David.

Viewing 5 posts - 1 through 5 (of 5 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