Logo Size

Home Forums Shard – WordPress Theme Logo Size

This topic contains 30 replies, has 2 voices, and was last updated by  ab-themes 8 years, 4 months ago.

Viewing 10 posts - 21 through 30 (of 31 total)
  • Author
    Posts
  • #12799

    MichaelK
    Participant

    Hey thanks:

    Ok – Logo is clear –

    2) When i mark a text as blockqoute in Editor – in frontend ( for Reader) it is without blockqoute – it works only when i set a blockqoute in Page Builder- why ?

    3) I saw the blockqoute for Page Builder have many fonts in css, whats the easiest way to change the blockquote font? other font family

    4) Thanks for this, and the font size in open post? the normal Text – not h1 or h2

    Thanks so much

    Janusch

    #12800

    MichaelK
    Participant

    Please use the second – sorry

    #12816

    ab-themes
    Keymaster

    We’re not sure what you mean by frontend in editor? If you mean that you are creating a page and using visual tab, we discourage that because you have a page builder for that. If you mean in post, then it could be that the default blockquote isn’t set. But that can be fixed with css.

    Blockquote font can be changed in css – in the-creator.css on line 884.

    The post font size can be changed in style.css on line 2146

    .post_content .postmeta_under_image p {
        padding: 0;
    }

    Just add font size that you need.

    #12823

    MichaelK
    Participant

    Thanks – this helps :)

    Yes i mean blockqoute in normal Editor in Posts :) Because for the every Day Posts we dont want use Page BUilder, but we need blockqoute. On which way it can be fixed with css?

    Where i can find creator.css for change font ?? Dont see it in Editor/Templates.

    Thanks again

    Janusch

    #12836

    ab-themes
    Keymaster

    If you’re using the latest version of Shard theme the-creator.css should be in the css folder.

    You can copy the blockquote styling from there and add it in style.css just without tcvpb_ prefix. So instead of

    .tcvpb_blockquote{
        font-size: 24px;
        font-style: italic;
        line-height: 29px;
        margin-bottom: 40px;
        padding: 12px 0 12px 32px;
        border-left: 3px solid #ff3b30;
    }

    You should add

    .blockquote{
        font-size: 24px;
        font-style: italic;
        line-height: 29px;
        margin-bottom: 40px;
        padding: 12px 0 12px 32px;
        border-left: 3px solid #ff3b30;
    }
    #12853

    MichaelK
    Participant

    I qdd this CSS to Stylesheet – Version 2.0.1, but it dont works – it happen nothing. .(

    Wish you a Happy Christmas

    #12863

    ab-themes
    Keymaster

    From what we can see when we logged in your site the blockquote works. But it looks like you’re using drag and drop editor. And for that the blockquote css code is in the dnd-shortcodes.css file on line 777:

    .dnd_blockquote {
        font-size: 24px;
        font-style: italic;
        line-height: 29px;
        border-left: 3px solid #ff3b30;
        padding: 12px 0 12px 32px;
        margin-bottom: 40px;
    }
    #12892

    MichaelK
    Participant

    This Post you can see

    http://devcus.de/allgemein/test/

    It is a normal Post, without Page Builder – text marked in Editor as blockquote

    #12911

    ab-themes
    Keymaster

    Hi!

    To your style.css add

    blockquote{
        font-size: 24px;
        font-style: italic;
        line-height: 29px;
        margin-bottom: 40px;
        padding: 12px 0 12px 32px;
        border-left: 3px solid #ff3b30;
    }

    And it should look ok.

    #12920

    MichaelK
    Participant

    Thanks now it works :)

    I think this is all for now – if i have later Questions i will open a new Ticket.

    Thanks so much for fast Support and i Wish you a good Start in 2016.

    Janusch

Viewing 10 posts - 21 through 30 (of 31 total)

The topic ‘Logo Size’ is closed to new replies.