Get Professional Customization for any Website!
Contact us here for a free quote.

Okay
  Public Ticket #1202799
Featured Image Size
Closed

Comments

  • GW started the conversation

    Hi, 

    I have a few questions:

    1. I am a beginner at this. Is there an easy way to adjust the featured image size?

    2. I have added bullets into my page but they are not showing up-how do I get them to show?

    3. How do I get linked words to show up in a different color/highlighted?

    4. How do I delete the 'written by' at the bottom of each post?


    I realize this is a lot of questions but any help would be greatly appreciated. 

    Thanks!

  •  184
    George replied

    Hi,

    Thank you very much for you using my theme!

    1. No, ZenBlog theme will take the original image for the featured image. But, you can resize picture before to upload to your blog.

    2. Please go to ZenBlog -> General Settings, paste the next code to Custom CSS field and save changes. This will fix the bullets issue.

    #contente ul {
        list-style-type: disc;
        margin-left: 40px;
    }
    

    3. Please go to ZenBlog -> General Settings, paste the next code to Custom CSS field and save changes. You can replace "#ff0000" with the desired color.

    #contente p a {
        color: #ff0000;
    }
    

    4. Please go to ZenBlog -> Blog Settings, turn OFF "Show author bio" and save changes.

    Hope this helps.

    Best regards,

    George

  • GW replied

    Thanks George!!

    Can you also let me know what plugin you used in your demo for 'read more' on the blog roll/front page?

  •  184
    George replied

    You don't need any plugin for that, please use "Insert read more tag" button where you want to stop the summary text (see attached screenshot).

    Hope this helps.

    Best regards,

    George