Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #396720

    Hi ! Thanks for the huge amount of help-info overhere! Havent found the solution for some problems…so would be great if you could help me out!

    1. I m making several blogs; each blog is on a certain page, and all blog items/messages under a certain page belong to 1 categorie. I have different categories though, for each page another. Now I add the sidebar which displays ALL of the blogmessages ( named berichten in dutch), but I would like to only display the messages under a certain (= 1) category, instead of all, and being able to customize the name of each sidebar with the titles of messages belonigng to the category.

    2. Im trying to change the font and backgroundcolour in the title bar, but the solution I found on the forum didnt work. (background didnt change)

    Thank you very much, I enjoy creating my own spacyspace with enfold!

    #396930

    Hi Anneloes1981!

    Thank you for using Enfold.

    1.) You can create a custom widget for each category page on Appearance > Widgets panel. Use each custom widget as custom sidebar under Sidebar Setting for each page.

    2.) Use this on the Quick CSS field to change the title container background:

    .stretch_full.container_wrap.alternate_color.title_container {
    background: red;
    }

    Cheers!
    Ismael

    #397895

    Hi Ismael,

    Thank you for your fast reply! Im getiing there almost
    2. does work, but what code should I add to change font colour and size?
    1.I v found the custom widget area and played around with it, I just cant figure out to sort only messages of 1 particular category.
    It only gives me the options to choose between “dropdown”, number of messages” or “hiearchie”

    Thank You!

    Anneloes

    #398382

    Hi!

    1. Try this for the font color and size.

    .main-title, .main-title a { font-size: 20px !important; color: blue !important; }
    

    2. I’m not really sure what your trying to display there. Are you trying to have a filter where the blog posts are displayed depending on which category you click? Go ahead and send us a link to your page and take a screenshot highlighting what your trying to do.

    Best regards,
    Elliott

    #424202

    Dear Elliot,
    Thank you, it works perfectly! I have some other questions, but this post can be closed now.
    Thanks again!
    Anneloes

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘how to sort sidebar categories in blog and change font in title bar’ is closed to new replies.