Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #928277

    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.

    #928316

    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

    #928419

    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?

    • This reply was modified 6 years, 1 month ago by rvga.
    #928431

    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;
    }
    #928465

    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…

    • This reply was modified 6 years, 1 month ago by rvga.
    #928512

    thats it !

    #928637

    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

    #928652

    It’s fine for that topic Rikard, You can close it, thx a lot,
    All of you guys are doing a brillant job.

    #928892

    Hi,

    Great, thanks for letting us know and for the kind words :-)

    Please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Changing the font size of a H1 text inside a text-block in a portfolio item’ is closed to new replies.