Just a few questions: mainly coding!

Hello! First of all, I love this theme, I had another theme before this that I tried using but was way too complicated, but this one fits perfectly into my blog and what I’m looking for!

I’m launching my new website (www.bohemeroyale.com) in about 5 days, and just had a few last minute questions, mainly about some coding tweaks!

I’ll ask my easiest question first: for the slider, what is the optimum pixel size for images I’m wishing to use within the slider to showcase featured post but not have the slider go from small to huge to display a vertical image.

Now for the coding questions:

  1. I would love to set the font to Times New Roman for my “read more” tab and for the sidebar category (like “About”, “Search”, etc.) titles as well. I tried searching the forum specifically for a cat. title font change but either overlooked it or just couldn’t find one!

  2. I love that the theme comes with a pre-made menu, but is there any way to bring that, and the search bar, down under my side header/logo?

  3. Is there any way to format coding so that my banner image is larger?

  4. And lastly, is there any way to center the category title text in the sidebar, along with the little bar underneath it? Right now, with how it’s aligned left, is a little too close to my post for my personal liking.

  5. Would I be able to input my own “read more” button/graphic? I had one I used for my blog on its older platform, and would love to be able to move it over to the new site!

So far those are my only questions, if I think of anymore I’ll be sue to add them in here! Thanks!
Stephanie

Hi @stephaniebr,

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

I’ll ask my easiest question first: for the slider, what is the optimum pixel size for images I’m wishing to use within the slider to showcase featured post but not have the slider go from small to huge to display a vertical image.

The optimum size of slider images is 1920px X 550px

1. I would love to set the font to Times New Roman for my “read more” tab and for the sidebar category (like “About”, “Search”, etc.) titles as well. I tried searching the forum specifically for a cat. title font change but either overlooked it or just couldn’t find one!

You can try achieving this by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Customize -> Activello Options -> Other -> Custom CSS

#secondary .widget > h3,
.read-more a {
    font-family: "Times New Roman", Times, serif;
}
2. I love that the theme comes with a pre-made menu, but is there any way to bring that, and the search bar, down under my side header/logo?

You can try achieving this by using the child theme solution posted in the following topic.

https://colorlibsupport.com/t/logo-above-menu-bar-social-icons-on-top/

To help us keep support thread separates could you please create new thread for each of your other questions here Activello - Colorlib Support Forum instead of asking them in your single thread as it makes the thread messy and hard to read.

If you want to you can also add reference of this thread in your newly created thread.

We would be more than happy to help you on your new thread.

Best Regards,
Movin