Multiple styling issues with blog theme

Home Forums Jevelin Theme Multiple styling issues with blog theme

Home Forums Jevelin Theme Multiple styling issues with blog theme

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    RESOLVED Posts
  • pzl
    Participant

    Hi Shufflehound Support, I am using the blog template. After hitting the “Reset Options” on Theme Settings, everything got messed up. I copied all the settings from the blog styling. But I still could not achieve the same layout.

     

    1. How do I remove the blue background from the header?
    2. How can I change the tags style in the right sidebar?
    3. How do I remove the blue background in the tags at the bottom of the post?

    Thank you so much!

    Attachments:
    You must be logged in to view attached files.

    Hi @pzl,

     

    I hope you are well today and thank you for your questions.

     

    How do I remove the blue background from the header?

    I don’t see header blue background on your shared site as displayed in the attached screenshot.

     

    How can I change the tags style in the right sidebar?

    Could you please tell me how you want it to display?

     

    How do I remove the blue background in the tags at the bottom of the post?

     

    You can achieve it by adding the following CSS code in the Custom CSS code option of your theme on the below path.

     

    Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

     

    a.sh-blog-tag-item {
        background-color: #f4f4f4 !important;
        color: #8d8d8d!important;
    }

     

    Best regards,
    Shufflehound team

    Attachments:
    You must be logged in to view attached files.

    pzl
    Participant

    Actually, the first problem on the blog header disappeared unknowingly. I am also unsure how it occurred in the first place. =/

     

    For the second and third problem, I will like it to look like the attached screenshot, which is the same as displayed on the blog demo. I don’t know what causes the change to look so differently now.

     

    Thank you for your kind help.

    Attachments:
    You must be logged in to view attached files.

    Solution for this topic

    To achieve that you have to set Blog Style option to Style 2 in the theme blog settings as displayed in the attached screenshot.

    Attachments:
    You must be logged in to view attached files.

    pzl
    Participant

    Gosh, that was easy. Thank you so much for your patience and prompt assistance! =)

    You are most welcome here 🙂

Viewing 6 posts - 1 through 6 (of 6 total)