• Closed
  • Tibor Arvai
    Spectator
    May 6, 2016 at 8:38 am #27352

    Hi there,
    I’m Tibor and I would change the sidebar titles from h3 to h4.(Evolve+)
    Please help me.
    Have the same problem with the home page: box titles appear in h2. That is too much for SEO reasons.. if you have four boxes. How could I change it?
    Thanx

    Roman
    Spectator
    Posts: 3147
    May 6, 2016 at 12:51 pm #27355

    for widgets titles library\functions\widgets.php ,

    for content box titles library\functions\basic-functions.php

    I recommend to create a child theme for future updates

    Tibor Arvai
    Spectator
    Posts: 10
    May 6, 2016 at 3:24 pm #27358

    Thank you. Anyway, I had to use the serch function to fibd these two files.
    I have been working on that. Changed the both h3 to h4 in widget.php; and h2 to h5 in the basic-functions.php and nothing happened.
    Is there something more that overwrites it? This process seems too complicated. I must say that for normal users is useless. Nice but useless for SEO…
    I’ve changed in many themes tags but this one…
    (I guess you will not send my money back)
    Thank you again.

    Denzel Chia
    Moderator
    Posts: 2656
    May 7, 2016 at 3:12 am #27371

    Hi,

    If you are using a code editor, I am sure you are able to search and find those tags in the mentioned files.

    In fact you can find any html tag in the whole theme.

    If you have a cache plugin, you will need to clear the cache content.
    You will also need to clear your browser history.

    Our support do not provide assistance in modifying theme codes.

    You can contact us for customization service via https://theme4press.com/theme-customization-service/

    Thank you.

    Tibor Arvai
    Spectator
    Posts: 10
    May 11, 2016 at 11:18 am #27556

    Thank you, guys! Finally succeed.
    Now the point is that it went small. I guess it should be chenged somewhere in the css.php.

    Denzel Chia
    Moderator
    Posts: 2656
    May 12, 2016 at 4:24 am #27575

    Hi,

    Please post your website URL.
    I can provide css code to increase your widget title font-size.

    Thank you

    Tibor Arvai
    Spectator
    Posts: 10
    May 12, 2016 at 9:40 am #27585

    http://hatfajasnelkul.com/
    It is not the sidebar titles that have changed. they are Ok but the front contect boxes’s titles that got smaller after changed them from h2 to h5.(The first one I left as it was as that is okas it is)
    Again, thank you fo the great support.

    Denzel Chia
    Moderator
    Posts: 2656
    May 14, 2016 at 4:07 am #27606

    Hi,

    Use the following in your Theme Options -> Custom CSS

    .content-box h5 {
    font-size: 30px !important;
    }

    Thank you

    Tibor Arvai
    Spectator
    Posts: 10
    May 26, 2016 at 1:03 pm #28011

    Thanx. Where to put it?
    I’ve done but nothing happened.
    Best,

    Denzel Chia
    Moderator
    Posts: 2656
    May 27, 2016 at 4:53 am #28029

    Hi,

    As mention in previous reply.
    Theme Options -> Custom CSS

    If you are using a cache plugin or server cache, you will have to clear it’s cache content.
    Clear your browser history.

    If you are still unable to get it to work after clearing cache, you will have to check your previous custom css codes for syntax error.

    Thank you
    Denzel