Hi everyone,
I’ve been reading the entire forum but couldn’t find an answer to my problem.
I would like to have the ability to change the size of an H1 text inside a text block inside of a portfolio element.
Through the custom CSS field, that would be perfect.
Have a look at my issue: cone 1
Thx for your help.
Hey rvga,
We can’t preview draft pages. Please provide a link to the site/page in question so we can look into this further.
Best regards,
Jordan Shannon
http://nrc-bio.com/portfolio-item/cone-1/… should work?
I’ve another question for you if you don’t mind.
What custom CSS code could I use to get control of the font size for texts inside either regular button or fullwidth button elements?
hm – more than one h1 per page ? this is no good behavior – google don’t like it if a page has more than one h1 each.
try this first – for the buttons you talk to – is it the same link?
.product_title.entry-title {
font-size: 18px;
}
.avia-button-fullwidth .avia_iconbox_title {
font-size: 18px;
}
.avia-button .avia_iconbox_title {
font-size: 14px;
}
No Guenni, links will be different from an item to another.
it’s only a test pages and the site is under construction with a noindex at the moment.
Your code works fine, thx a lot ;)
I do appreciate your warning about google and H1 tags.
I don’t know yet what would be the final design, but i’ll pay great attention to the seo matters ;)
Hm… probably a nice H1 heading for the page and the name of the products will be H2 tags…
thats it !
Hi,
Thanks for helping out @guenni007 :-)
Please let us know if you should need any further help on the topic or if we can close it @rvga.
Best regards,
Rikard
It’s fine for that topic Rikard, You can close it, thx a lot,
All of you guys are doing a brillant job.