-
AuthorPosts
-
May 23rd, 2021 at 12:33 #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?
May 23rd, 2021 at 22:48 #118279ZedCryout Creations mastermindHi,
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.June 10th, 2021 at 15:05 #118798This reply is private.June 20th, 2021 at 21:53 #119048ZedCryout Creations mastermindThe 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.June 21st, 2021 at 10:53 #119066Hi, 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.
-
AuthorPosts
The topic ‘Description section of Featured Icon Blocks’ is closed to new replies.