how can I change h-title from different items?

Hello,

For example the item "icon box" has a h-title for the font. How can I say with CSS code that I dont want a h-font but normal font?

Comments

  • Hi,

    You can change Icon Box heading font size using Custom CSS. Just paste below code in Theme Options > Custom CSS:
    .icon_box .title {
        font-size: 14px;
        font-weight: normal;
    }
    Thanks!
  • No, it doesnt work, because I need the h4 for another heading on my website. So when I use the h4 for my heading, then automatically the "icon box" or "silding box" (all items with h-title) are changing as well. So is it possible to write with css that the items havent a h-title?

    Maybe with: .icon_box .title { h4: none ; } or something like that? 
  • Sorry, but we are not sure what you mean exactly. Do you mean to set different font sizes for different Icon Box item around site page/site?
  • Okay, have a look on my website: http://www.vakuumiergeraet24.com/

    Search the title: "1. Platz Vakuumiergerät: Caso FastVac 4000", then you can see its a h4 title. 

    after this search the four "icon boxes" above and the "sliding boxes" with the image: camera. now you can see that the font is too large because its likewise a h4 title. I want for the "icon boxes" and "sliding boxes" not a h4 because 1. its not good for the SEO when this elements have also a h4 title (only the title: "1. Platz Vakuumiergerät: Caso FastVac 4000" should have a h4) and 2. the font size is too large.

    Do you understand me now?
  • Sure, we understand but to change heading types for the items, you need to do necessary changes under functions/theme-shortcodes.php file.
  • Is there any instructions for this change? Because I have absolutely no idea, what this file is and where/how I can change this. 
  • In reference to Item Support Policy, files customization are not included so if you don't know how to do necessary changes, you need to contact with your web developer.
Sign In or Register to comment.