Okay
  Public Ticket #2282051
Hjælp til opsætning
Closed

Comments

  •  1
    Mette Kildebæk started the conversation

    Hi Supportteam. 

    I want the head in my Blog to look like the head in the attached file 'Quote Poste'. I'v tryed to copy the HTML text but it dosen't look right. Hov do I do it?

    I love the big " sign, how do I make it in other dokuments?

    Kind regards Mette

  • [deleted] replied

    Hi Mette,

    That design of the quote-post displays like that only in the blog post page, it doesn't show the same in other pages.

    Thanks for your understanding.

    [EDIT]

    Maybe this CSS code can show the blockquote as in the post page, please add the code below to your Custom CSS area:

    blockquote {
        position: relative;
        font-size: 26px;
        padding: 30px;
        padding-top: 50px;
        padding-left: 100px;
        background-color: #eeeeee;
        padding-top: 90px;
        margin: 0;
        border: 0;
        font-style: normal;
    }
    blockquote p {
        font-family: Georgia, "Times New Roman", Times, serif;
        color: #333;
    }
    blockquote::before {
        position: absolute;
        content: '"';
        left: 30px;
        top: 30px;
        font-size: 120px;
        line-height: 1;
    }
    cite {
        display: block;
        font-weight: 500;
        font-style: italic;
        color: #333;
        margin-top: 5px;
        font-size: 15px;
    }

    Have a nice day!

  •  1
    Mette Kildebæk replied

    Thanks a lot Ylli. :-)

    It helped! :-)  Now I only miss this sign " please look at the a the attached file, and how to make the gray color all the way up?


    A nice day to you too. :-) 

    Mette

  • [deleted] replied

    Hi Mette,

    This part of the code that I gave you:

    blockquote::before {
        position: absolute;
        content: '“';
        left: 30px;
        top: 30px;
        font-size: 120px;
        line-height: 1;
    }

    should do thatsmile.png

    Thanks!

  •  1
    Mette Kildebæk replied

    You are my hero, now it's working, when I put the last code at top.

    Thanks Ylli! :-)

  • [deleted] replied

    I'm happy to hear thatsmile.png

    I wish you have an amazing day!

    Enjoying our theme? Head over to your Downloads tab and give it 5 stars. We will love you forever.