• Hello,
    I currently have a theme (Luxury) which is retired on my main site Randomnestfamily.org. So, I am using my old Sunday school site to test Dara before committing to my business site.
    I would like to make the Categories be at the end of the post only, not at the top, but below like my tags.
    Next, I would like the side bar to have a line between it and the content so it doesn’t look as if they run together. like on my current site here.
    LASTLY, THE PULL QUOTES are too big. No matter which font I choose.
    How can I fix these issues to make Dara a good fit for my business site.?

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Hi there,

    I would like to make the Categories be at the end of the post only, not at the top, but below like my tags.

    The only way to make that change is to edit the source code (PHP) of your theme, which is not something we are able to hep with here in these forums. You can hire a local website designer and they would be able to make this change for you.

    Next, I would like the side bar to have a line between it and the content so it doesn’t look as if they run together. like on my current site here.

    You can do that by adding the following CSS to your site:

    #secondary.widget-area {
        border-left: 1px solid #ddd;
        padding-left: 25px;
    }

    LASTLY, THE PULL QUOTES are too big. No matter which font I choose.
    How can I fix these issues to make Dara a good fit for my business site.

    I did not see any pull quotes in use on your site. You are referring to the quote formatting you see on this demo page? P8bCBo-w-p2

    In that case you can use the following CSS code to change the size of that text:

    blockquote {
        font-size: 20px;
    }

    Note: I chose 20px at random as the font size, but you can edit that to be any size you wish.

    Hope that helps. Please let us know if you have any more questions.

Viewing 1 replies (of 1 total)
  • The topic ‘Categories, pull quotes and side bar’ is closed to new replies.