Description section of Featured Icon Blocks

  • Author
    Posts
  • #118254

    Hi, I would like to change the font size and formatting of the description section of the featured icon blocks in the Fluida theme. Is this possible?

    #118279
    Zed
    Cryout Creations mastermind

    Hi,

    The icon blocks follow the theme’s general typography options.

    To customize them separately from this you would need to use and apply custom CSS:

    .lp-blocks .lp-block-text {
        font-family: ...;
        /* other formatting rules */
    }

    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.
    #118798
    This reply is private.
    #119048
    Zed
    Cryout Creations mastermind

    The theme’s colors are either directly configurable or computed based on those already configurable. For additional tweaking or more specific changes you can include custom CSS targeting colors:

    .lp-blocks .lp-block-text {
        font-family: ...;
        color: #123456;
    }

    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.
    #119066

    Hi, effectively this code solutions the problem for the text in the featured icon boxes. However this does not effect the text in the description section of the featured icon boxes that sits above the boxes on the landing page which is my main concern. The colour of this text always shades darker than the site text content colour (see previous screen shot where content text colour is white but the text shows up in grey….). Obviously if one uses a dark colour for the text this doesn’t make much difference but with lighter colours this shows up quite noticeably. Some code targeting specifically the ‘description section’ for the featured icon boxes on the landing page would be appreciated.

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

The topic ‘Description section of Featured Icon Blocks’ is closed to new replies.