Background colour of second text area on presentation page

  • Author
    Posts
  • #104498

    As the title says, is there any way to change the background colour of the second text area on the presentation page? Id like to box this in on its own colour to highlight it and make it a call to action.

    Thanks for all your help and support,

    Kev

    #104616
    Zed
    Cryout Creations mastermind

    Both extra text areas are made up of individual elements – a title and a text.
    The following CSS targets the second set:

    #front-text2, #front-text4 {
        background-color: ...;
    }

    Note that the two elements do not span the full width and this will be visible when changing the background color, as their container has a margin.


    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
Viewing 2 posts - 1 through 2 (of 2 total)

The topic ‘Background colour of second text area on presentation page’ is closed to new replies.