Skip to main content

Comments

8 comments

  • KC George

    Hi Vikrant,

    Please look for the elements required for developing single blog post template under the heading SINGLE in the elements panel. You could also watch this more recent tutorial for the procedure to create Brizy templates Creating Dynamic Templates | Brizy WordPress 101 | Lesson 19

    0
  • Vikrant Shaurya

    Hey KC, 

    I can't see these elements on my end. Please see recording - https://www.loom.com/share/53f8712cd8814463bfa42ef692159f11

     

     

    0
  • KC George

    Hi Vikrant,

    We need to take a look at your WordPress Dashboard to offer further help. Please add me as a user to your WordPress Dashboard if you need assistance with this. My email: kc.george@brizy.io. As shown in this screenshot: https://jmp.sh/sOSGGR3, please turn on the option "Send the new user an email about their account"

    Please let me know here when you send me an invitation.

    0
  • Vikrant Shaurya

    Just done. Did you receive a notification? 

    0
  • KC George

    Hi Vikrant,

    You had not added the Display Condition for the Blog post template. I have added it now. Please check if you see the blog related elements in your blog post template.  

    0
  • Vikrant Shaurya

    Great thanks. I noticed that in my blog posts, hyperlinks are not in blue. How can I make it blue?

    0
  • KC George

    Hi Vikrant,

    Brizy does not have a feature to add link color. You could try adding this to Additional CSS under Appearance -Customize in your WordPress Dashboard.

    /*Add link normal and hover colors */

    p a {
    color: #3581e4 !important;
    }

    p a:hover {
        color: #fe4800 !important;
     }

     

    0
  • Vikrant Shaurya

    Thanks

    0

Please sign in to leave a comment.