Viewing 22 posts - 1 through 22 (of 22 total)
  • Author
    Posts
  • #380031

    Hi guys,

    I am working with your theme daily. Love the way you add more and more features. However I get stuck when I want to build a new blog lay out. I googled and found this demo: http://kriesi.at/themedemo/?theme=enfold-overview Where can I find info how to import this style, add a background, etcetera. I really like your demo.

    Regards,
    David

    #380047

    Hi David!

    Thanks for your kind words :)
    Please go to Enfold theme options > Demo Import and import needed demo

    Best regards,
    Yigit

    #380081

    pffff… so easy. Didn’t see it. Thanks!

    Regards,
    David

    #380088

    hmmmm… I hope it didn’t overwrite my main theme now?

    http://www.dmgilde.nl/

    #380093

    Hey!

    Demo imported on top of your content. Your content is safe. But Enfold theme options are overwritten.

    Cheers!
    Yigit

    #380096

    Any idea how I get my settings back? I just wanted to use the lay out for our blog.

    Regards,
    David

    #380104

    Hi!

    In that case unfortunately you are going to need to contact your service provider and ask for the last backup :/

    Cheers!
    Yigit

    #380110

    next time I will export the settings first. Didn’t know it would overwrite all settings. Never mind. Life’s a bitch sometimes. I will set is back manually. So it will not be possibly make an own blog lay out with background like the demo?

    #380124

    Hey!

    I am sorry about that David and i thought this was for a new website.
    Can you post the link to the blog page please? Please “remove frame” on this site first and then post the link of the page – http://kriesi.at/themedemo/?theme=enfold-overview

    Best regards,
    Yigit

    #380140

    No problem. I should have thought about it better. It shows all options now in the blog page. So I will just keep it like that. Looks clean enough. I have 2 other questions though:

    1. where can I change the footer font seize?
    2. in the header on the right it shows white marks. How do I get rid of them?

    Regards,

    David

    #380143

    http://www.dmgilde.nl/ (right from the dutch flag)

    #380146

    Hey!

    Please add following code to Quick CSS
    1-

    #footer .widgettitle {
    font-size: 20px;
    }
    #footer a {
    font-size: 18px;
    }

    2-

    #top .main_menu {
    border: none;
    }

    Regards,
    Yigit

    #380186

    This one doesn’t have any affect:
    #top .main_menu {
    border: none;
    }

    And changing the footer only changes the footer text in the first 2 parts, part 3 and 4 are text in a widget in the footer. Probably bodytext.

    Regards,
    David

    #380198

    Hey!

    Please try using !important rule as following

    #top .main_menu {
    border: none !important;
    }

    Please add following code as weill

    .news-headline {
    font-size: 14px;
    }
    span.news-time {
    font-size: 13px;
    }

    Cheers!
    Yigit

    #380209

    the line is gone now. The footer settings only changes the footer widget enfold latest blog posts. I like to change the text in the text widget in the footer and categories widget.

    Regards,

    David

    #380218

    Funny: if I use this quick css to make the bodytext bigger, it show the line again:

    body {
    font-size: 15px;
    font-family: Open Sans;
    }

    Can I change the bodytext somewhere else?

    Thanks.

    David

    #380229

    Hi!

    Well, for Footer links my code here – https://kriesi.at/support/topic/how-to-change-blog-lay-out/#post-380146 should have worked and adding new CSS code should not make border re-appear. Do you mind creating a temporary admin login and posting it here privately so we can look into it?

    Regards,
    Yigit

    #383417
    This reply has been marked as private.
    #383422

    Hi David!

    Can you please switch user role to Administrator? :)

    Cheers!
    Yigit

    #383423

    done

    #383431

    Hi!

    Please review your website. I have added the codes to Quick CSS field for Dutch language. You can adjust the values as needed and then switch to English version and add the same code to Quick CSS

    Regards,
    Yigit

    #383568

    Thanks!

Viewing 22 posts - 1 through 22 (of 22 total)
  • The topic ‘how to change blog lay out’ is closed to new replies.