Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #25662

    Hello. I have a Color Section on my page that includes a Text Block. I would like to customize the font style, size, color, etc. of text block.

    I created a Section ID for the Color Section and I assume I should be able to customize the text using CSS. Can you please provide an example on how to reference the the Section ID and associated text block. I thought it would be something like below. Thanks.

    .page_id=36 .colorsecid h1 {

    color: red;

    }

    #127767

    Hi,

    You can do something like this:

    .page-id-2307 #unique-colorsection-id .avia_textblock {
    color: red;
    font-family: Arial;
    }

    Use the id of your page, mine is .page-id-2307.

    Regards,

    Ismael

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Color Section ID’ is closed to new replies.