Okay
  Public Ticket #3534701
Blog Customizations
Closed

Comments

  •  2
    Letter27 started the conversation

    We are working on building a blog for our website and have a few questions.

    1. We'd like to change the category font, make it smaller and uppercase. I didn't see it in the typography settings. Please advise.
    2. We'd like to add the ability to search on the blog page. Is that something we can do?
    3. Can we add a Global Section to just blog posts?
  •  2,740
    Andrew replied

    Hello again,

    Thank you for getting in touch.

    1. Add this into the Custom CSS box in your Salient Theme Options panel (We write all Custom CSS in the Live Browser to ensure accuracy. If you cannot see any changes, make sure there is no red cross in the Custom CSS Box as any syntax error would cause all CSS under that line of code to not show up on the Frontend):

    .page-id-3905 .nectar-post-grid-filters {
        font-size: 14px;
        text-transform: uppercase;
    }

    2. As for the blog, unfortunately we don't have a way to add this to a single page. You will have to use the global search to search your blogs.

    3. As for the global sections, you can assign global sections to archive/blog pages as shown in this guide. As for this test page, try adding this to the page using the Global Sections element in wp-bakery.

    I hope this info helps.

    Thanks

  •  2
    Letter27 replied

    Hi! We ran into another question. We'd really like to have featured videos rather than featured images on some posts. When we selected the Video format it doesn't show on the blog page. It's just blank. Is there a way to have featured videos rather than featured images as Google prefers it? If not through Salient do you have a plugin you recommend?

  •  1,661
    Judith replied

    Hi there,

    Thanks for writing back.

    I am afraid we don't have the featured video option. Also, we aren't able to recommend any plugin that provides this functionality as we haven't tested it, however, you can search through the WordPress repository and find a third-party plugin that would help with this.

     If you have any further questions or need additional assistance, don't hesitate to write back, I'm happy to help.