• Resolved GreenPencil

    (@greenpencil)


    I like very much the layout and the colours of Pure&Simple: good job!
    I’m trying to realize a home page like one of yours. Under logo, banner and call to action I’d like to have three or four columns with icon (Awsome Icons already installed), title and content.
    I tried to put the icon as the title of the Featured Top widgets, but the field didn’t accepted it. So I put it in the text field, but it comes out all on the left, with text. Am I using the wrong widget?
    Thank you

    p.s. In http://demo.styledthemes.com/demos/puresimple-free/widget-positions/ you should show and name the positions

Viewing 4 replies - 1 through 4 (of 4 total)
  • Theme Author Styled Themes

    (@gejay)

    Hi there,

    Featured Top widget sidebar will renders its content just above the main content. To add font awesome icon on top of this content you need to add font awesome html snippets on content area of text widgets.
    You can take this as an example:
    add this html snippet on text widgets content area:

    <i class="fa fa-bell" id="icon-position"></i>
    <p>This is the first featured top widget position located just below the main content.</p>

    Then add this css on child theme style.css file:

    #icon-position {
        position: relative;
        left: 50%;
    }

    This wil align your font awesome icon on center. You can align icon as per your requirement

    Let us know how it will goes

    Thanks

    Thread Starter GreenPencil

    (@greenpencil)

    The first advice worked, thank you.

    About the second, I pasted the icon position code on my css sheet editor, but nothing changed, so I tried with old html and it seems it’s working:
    <div align="center"><i class="icon-circle">[fa type="pencil"]</i></div>.

    I’d have other two questions:
    – Is it possible to put a title between icon and content?
    – if Featured Top widget is above the main content and Featured Bottom is under the main content, which is the widget for the main content?

    Thank you very much
    🙂

    Theme Author Styled Themes

    (@gejay)

    Hi There,

    -According to your first question/issue, if you want to edit in the page title or post title, then you need to customize the theme.

    -If you want to make main contain then, you can use the page for the main content by editing the page, there is no such widget to keep the text for the main content.

    Thanks

    Thread Starter GreenPencil

    (@greenpencil)

    Thank you for explaining and prompt reply.
    Have a nice day

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘icons titles content like in your demo’ is closed to new replies.