Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #1298719

    Good morning,
    could you tell me where i can find the font style options for the blog posts?
    On my main blog side the H3 is automatically taken but i would like the have instead of the font Rockwell the Open Sans. And i would like to be able change the size
    On the post itself the other way around. Instead of Open Sans the Rockwell.
    Would be great for quick css

    Thanks a lot
    Rixi

    #1299095

    Hey rixi,

    Please try the following in Quick CSS under Enfold->General Styling:

    .page-id-4568 h3.slide-entry-title {
      font-family: 'Open Sans';
    }
    
    .single-post h1.post-title {
      font-family: rock-salt;
    }

    Best regards,
    Rikard

    #1299126

    Hi Rikard,
    thanks a lot, but nothing changed after i put in the Code.

    Many greetings Rixi

    #1299514

    Hi,

    Please send us a temporary WordPress admin login and login URL so that we can have a closer look. You can post the details in the Private Content section of your reply.

    Best regards,
    Rikard

    #1299647

    Hi Rikard,
    hope that you can find the problem :)

    Thanks for your help,
    ricarda

    #1300010

    Hi,

    Thanks for that. I’ve adjusted the CSS for you, and it’s applying now.

    I’m not sure where the problem with the forms is located though, please try to explain that a bit further, and post a link to where we can see it on your actual site.

    Best regards,
    Rikard

    #1300542

    Hi Rikard,
    thanks a lot! Can you tell me where you made these changes?
    I have the same problem by another website.Then i can change it too.

    In the Newsletter formular on the end of the page the formular fiield E-Mail has no white background like the other fields on the mobile version, on the desktop it looks ok.

    Many greetings
    rixi

    #1300869

    Hi,

    Thanks for the update. You can find the CSS in Quick CSS. Please try this as well, in the same place, for the email field on mobile:

    @media only screen and (max-width: 767px) {
    input.text_input.is_email {
      background-color: #fff;
    }
    }

    Best regards,
    Rikard

    • This reply was modified 3 years, 1 month ago by Rikard.
    #1301149
    This reply has been marked as private.
    #1301361

    Hi,

    Please try this CSS instead:

    @media only screen and (max-width: 767px) {
    input.text_input.is_email {
      background-color: #fff !important;
    }
    }

    And this for the blog page:

    @media only screen and (max-width: 767px) {
    .responsive #top #wrap_all .slide-entry {
        width: 100%;
        margin-left: 0;
    }
    }

    Best regards,
    Rikard

    #1301402

    Hi Rikard,
    perfecccctttttttt :) Thanks a lot :)

    many greetings, rixi

    #1301448

    Hi,

    Did you need additional help with this topic or shall we close?

    Best regards,
    Jordan Shannon

    #1301495

    Hi Jordan,
    the problem is solved, thanks a lot.
    You can close the topic.

    Many greetings rixi

    #1301727

    Hi,

    Thanks for letting us know, I’ll go ahead and close this thread for now then. Please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

Viewing 14 posts - 1 through 14 (of 14 total)
  • The topic ‘font style blog’ is closed to new replies.