-
Closed
The topic Sidebar widget h3 is closed to new replies
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
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
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.
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.
Thank you, guys! Finally succeed.
Now the point is that it went small. I guess it should be chenged somewhere in the css.php.
Hi,
Please post your website URL.
I can provide css code to increase your widget title font-size.
Thank you
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.
Hi,
Use the following in your Theme Options -> Custom CSS
.content-box h5 {
font-size: 30px !important;
}
Thank you
Thanx. Where to put it?
I’ve done but nothing happened.
Best,
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
The topic Sidebar widget h3 is closed to new replies