By Bruno Alecrim on Friday, 22 November 2013
Posted in General Issues
Replies 6
Likes 0
Views 723
Votes 0
Hi there, i need to...

avoid EasyBlog to change my H1, H2, H3... settings from my template.
I just need to keep using my own Heading values,
Is it possible?

With Best Regards
Bruno Cesar
EasyBlog Fan
Hello Bruno,

You could place a CSS hack pointing to easyblog headers with properties to inherit. If you need assistance can you please provide us with the Joomla back end access as well as the FTP access so that I can check your site and apply it for you.

Thanks:)
·
Friday, 22 November 2013 10:54
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Bruno,

Yes it is possible. You just add these attributes in your template css file with !important word at the end. For example:


h1
{
font-size: 16px !important;
}


Hope this helps.
·
Friday, 22 November 2013 10:57
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi NIK, where should I put this code? In the header section?
Or I Should use it everytime I use the H1 or H2 Tags in the body?

- - - - - - - - - - - - - - - - - -

For Khairul,
It is possible to you just give me some tips to fix it be myself,
because I will need to repeat this process in my testing environment.

- - - - - - - - - - - - - - - - - -

Thanks
Bruno
·
Saturday, 23 November 2013 02:22
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Bruno

Sorry for the late response as it is a weekend.
Most of the H1 and H2 blog titles in easyblog has a class="blog-title", you could fix this by altering their properties i.e.

#ezblog-body .blog-title {

}

You could paste this in your custom template css located in the backend > template manager > template tab > your template

>>I Should use it everytime I use the H1 or H2 Tags in the body?
If you had insert the following CSS that my colleague posted earlier in your custom template CSS, all your H1, H2 will be affected automatically throughout the site.

Hope that helps
Thanks:)
·
Saturday, 23 November 2013 13:57
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Khairul, thank you for the reply.

Sorry, but this time I think I misunderstood the answer.
Usually when I need to make any CSS adjust, I look
to the relative CSS file and edit the parameters I need.
And now following your suggestion I trying to find the
CSS file that contains the class="blog-title" attribute
to edit it, but I simply did not find it anywhere in the
Easyblog theme folder. I am using the "simplistic"
theme.

Can you please help to understand what I need to do?

With best regards
Bruno Cesar
EasyBlog Fan
·
Sunday, 24 November 2013 11:28
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Bruno,

There is 2 ways easyblog will effect your h1 and h2. For blog title it is included with class name. but if you had your h2 inside your blog it will only be effected by your h1 or h2 CSS setting. Hope that helps.
If you need assistance please provide us with the Joomla back end access as well as the FTP access so that I can check your site as to what modification fits you best.

Thanks:)
·
Sunday, 24 November 2013 19:34
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post