How to increase Block title font size?

Posted in: Newspaper
Post count: 51

Hello, I am willing to increase the font size of a few block title. How can I do that?
To be a bit more clear, I am not talking about the article title in Block, but the Block title itself as shown in the image below:

Post count: 23312

Hello

If you want to increase the font size for your title block, you have to use a bit of CSS code. Please try the code below and place it in Theme panel->Custom CSS area.

The code is ->

.block-title {
font-size: 17px;
}

The result -> http://screencast.com/t/3hAo1aLr5

If is not what you mean, please provide more details about your desired changes so I will be able to provide a more accurate response. Also, if you need more assistance in this regard, please provide your website URL so I can further inspect it closer.

Thanks.

Post count: 51

Thank you! That worked flawlessly.
The screenshot that you shared. In it, just on the side of block title, their are tabs like ‘All’, ‘Vogue’, etc. How can I add such on my website?

Post count: 23312

Hello Dhananjay,

I suppose that you are referring to Ajax Filter. This kind of feature you can set it from each Block Settings. For more information about this, please consult our documentation here -> https://forum.tagdiv.com/block-settings-tutorial/

Thank you for the message!

Post count: 51

Wow, so straight to the eyes, and yet I never tried. My bad, sorry for the trouble. I will get more into the theme functions, from now on. And thanks!

Viewing 5 posts - 1 through 5 (of 5 total)
The forum ‘Newspaper’ is closed to new topics and replies.