- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi!
I have AW Blog on page. I have some categories and some post in these categories.
I need change post title font size.
Can you help me?
I need only change blog titles
Solved! Go to Solution.
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
.postTitle h2 a{
font-size: 20px;
font-weight: normal;
margin: 0px;
padding: 0px;
}
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: AW Blog - Blog main page - change font size of title of posts
Hi @INGTECH,
I am unable to see your attachment.
BTW you can change from the css file for the BlogTitle class.
I have taken a screenshot from blog demo, you can have a look into the attachment.
Then you make changes in your theme as well.
I hope it will help you!
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: AW Blog - Blog main page - change font size of title of posts
Hi @Vimal Kumar
thank you for your advice. But it isn´t funcional.
I send some photos:
1) AW Blog Demo page
2) AW Blog Demo page with change-font size - here is funcional
3) My page
4) My page - change font size - no change in text size, only is bigger space over title
5) here is code from my page
6) here is part of my code .css /.js
7) in this .css is this code
8) when i change font size in this code, my title is bigger, but bigger is other text too, but i want bigger only my title text (marked in this picture).
Please help me with my problem.
Thank you!
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: AW Blog - Blog main page - change font size of title of posts
I am still unable to see your attached screenshot.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: AW Blog - Blog main page - change font size of title of posts
i can see screenshots which i attached to this forum....
i try uploud images in jpeg
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: AW Blog - Blog main page - change font size of title of posts
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: AW Blog - Blog main page - change font size of title of posts
1) AW Blog Demo page
2) AW Blog Demo page with change-font size - here is funcional
3) My page
4) My page - change font size - no change in text size, only is bigger space over
5) here is code from my page
6) here is part of my code
7) in this .css is this code
https://ibb.co/rKhzPbZ
8) when i change font size in this code, my title is bigger, but bigger is other text too, but i want bigger only my title text (marked in this picture).
https://ibb.co/5kLByrV
9) what i want
https://ibb.co/JQJYxwF
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: AW Blog - Blog main page - change font size of title of posts
I found where is problem:
1) in blog.phtml is this code:
<h2><a href="<?php echo $post->getAddress(); ?>" ><?php echo $post->getTitle(); ?></a></h2>
2) when i use only this: <h2><?php echo $post->getTitle(); ?></h2>
after this title is big (agree with font size which i want), but this title isn´t with link
3) in css for blog is this setup for h2:
.postTitle h2 {
font-size: 20px;
font-weight: normal;
margin: 0px;
padding: 0px;
}
4) in css for my custom template is this setup and i thing it is confused
a {
color: #545454;
text-decoration: none;
font: 12px "Arial";
}
Can you help me? Please?
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content