CSS can’t really be used to change the HTML tag. You can change the size of the text that the title uses.
HTML tags like h1 or h2 shouldn’t be used to simply adjust the size or styling of what’s being displayed. They have semantic importance to search engines and other non-human robots scanning your pages.
If you want help with CSS to make changes to the size or style of something, it’s always best to provide a URL to a sample page along with what you want to change. CSS varies depending on the theme you are using.
Thank you for your help.
It seems I just had the syntax wrong. I added the following to the Custom CSS section: .blog-entry-title {font-size: 24px;} which is exactly what I wanted.
Unfortunately when I posted the message, it had not displayed the code.
In any case, when I mentioned h1/h3, it was only because the code was generating that.
I found that once I had the syntax right for the custom CSS, thanks to @thang, I was able to control the appearance.
The documentation does not cover this very well but then it is more likely my lack of understanding of how to use it on the custom CSS as I knew how to manage fonts with CSS but not the way it expected in the settings
Hi Frank, I’m sorry to hear about the contact form issues you had on our site. It may take me some time to do so (my wife gave birth to our second child a few weeks ago) but I will make sure that gets fixed.
I was able to resolve those issues and I was eventually able to post a request on your site.
However, I did have a couple of questions which I did post with the contact form. They are:
I found that when you click on “Show More Posts”, its a bit of hit or miss if it shows more. How do I resolve that?
I want to have a horizontal line between each post. How do I achieve that? I thought adding the line would do it but it does not show.
Also, when you allow adding comments, it does not seem to do that for each post, only one at the end of all the posts. Thoughts?
Question 1 sounds like a javascript conflict of some kind, possibly due to another stack on the page, or with the theme itself.
Regarding question 2, the CSS required to accomplish this will be unique and specific to the theme you’re using for the site. Armadillo uses the same markup as the RW built-in Blog page type, to take advantage of the styles created by the theme developer for that page. So, what might work to get a horizontal line between posts with one theme may not work for another. Something like this might work:
Needless to say, you’ll want to make adjustments to ensure the display is what you are shooting for.
As for comments, it’s been some time since I’ve revisited this in Armadillo, more specifically with the Disqus requirements for accomplishing this (and any changes Disqus has made since the original implementation); if memory serves, you have to register the URL of your Armadillo Blog in your Disqus account - beyond that, I will need to do further research before being able to answer with any confidence.
Thank you for your reply.
I will give that a try and investigate further the other issues.
Overall, I quite like Armadillo and you did a great job.
One suggestion if you intend to develop this further is to have an option for a picture slide show. Also, Youtube videos do not scale well but that is not a big deal as one can change it so it fits on smaller devices (unless you have a solution for making them responsive).