• Resolved croftbarlinnie

    (@croftbarlinnie)


    Hi,

    Could you tell me if I am able to change the text on Header Image Caption Heading please?

    I currently think that it blends into image too much and ideally I’d like it to stand out more as a call to action.

    Thanks.

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi @croftbarlinnie.

    Yes, sure, anything can be done with that text with some CSS (size, font type, background, colour…)

    For instance this will make it bigger

    .frontpage-banner .caption .read-more {
        font-size: 30px;
    }

    Just tell me what you’d like to do with it and I’ll come back with some CSS that you’ll need to put to Customize -> Additional CSS.

    Kind regards.

    Thread Starter croftbarlinnie

    (@croftbarlinnie)

    Thanks! If I could add a background colour to the text and make it bold that would be great.

    Ok, try this

    .frontpage-banner .caption .read-more {
        font-weight: 900;
        background: #6b937f;
        opacity: 0.8;
        font-size: 20px;
    }

    I’ve set font-weight to 900 and that is as bold as it can get. 🙂
    Play with background # to change the colour, play with 20px to set the size of the font and play with opacity value (0 to 1) to set the transparency.

    Hope this helps.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Front page font on image’ is closed to new replies.