Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #985894

    http://www.newyorkinspiration.com/

    Hi,

    I want to add some text as H3 headline before the numbers on the main page

    What code shall I add?
    Text

    Thanks
    Charlotte

    #986125

    Hey Charlotte,

    Try adding this css code in Quick CSS (located in Enfold > General Styling):

    .home #av-masonry-1 .pagination:before {
        content: 'View More Hotels';
        display: block;
        float: left;
        margin-right: 30px;
        height: 35px;
        line-height: 35px;
        font-size: 20px;
    }

    Hope it helps :)

    Best regards,
    Nikko

    #986411

    Hi Nikko,

    thanks for your reply.
    I have added the code but don’t see any text?

    Best regards
    Charlotte

    #986427

    Hi Charlotte,

    I checked your site and I could see it added:

    View post on imgur.com


    Can you try to clear your browser cache as it might be preventing the new css code from being fetched.

    Best regards,
    Nikko

    #986430

    Sorry, thanks I see it now as well.

    If I want to have as the same font as the H1 – H3 tags what shall I add then?

    Best regards
    Charlotte

    #986768

    Hi,

    Please try replacing the code Nikko sent with this:

    .home #av-masonry-1 .pagination:before {
        content: 'View More Hotels';
        display: block;
        float: left;
        margin-right: 30px;
        height: 35px;
        line-height: 35px;
        font-size: 20px;
        font-family: 'Abril Fatface', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    }

    Best regards,
    Rikard

    #986798

    Thanks Rikard :)

    Best regards
    Charlotte

    #986996

    Hi Charlotte,

    Glad we could help:)

    If you need further assistance please let us know.
    Best regards,
    Victoria

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.