-
AuthorPosts
-
September 5, 2014 at 11:21 pm #314219
Hi,
On my categorypage I would like the article heading, <h2 class=”post-title entry-title” itemprop=”headline”>, to be 20px. I can change it succesfully, but then all other links, also in pages, are 20px. They should stay on the same size as the <p>.
The other thing has to do with the same proberly. The margin-top or padding-top has to be smaller, it’s not the same as on a standard page. This also is the case on the sidebar. So perhaps, this is an issue of te container or content wrapper.
The title on a single-post is also a bit lower then the title on a page, but thats just a small gap.Does anyone knows the right classes to adjust these values?
Regards,
Erwin
September 6, 2014 at 4:40 am #314331Hey Erwin!
Please post a link to your website.
Regards,
JosueSeptember 6, 2014 at 7:53 am #314414Sorry, had that planned, but… Here it is.
September 6, 2014 at 7:16 pm #314537Hey!
Try adding this code to the Quick CSS:
.entry-content h2 { font-size: 14px !important; margin-top: 0 !important; margin-bottom: 0 !important; }
Modify as needed.
Cheers!
JosueSeptember 6, 2014 at 9:49 pm #314593Hey Josue,
That doesn’t work for me.
When I edit the code like this:
.main_color a, .main_color .widget_first, .main_color b, .main_color b a, .main_color strong a, .main_color #js_sort_items a:hover, .main_color #js_sort_items a.active_sort, .main_color .av-sort-by-term a.active_sort, .main_color .special_amp, .main_color .taglist a.activeFilter, .main_color #commentform .required, #top .main_color .av-no-color.av-icon-style-border a.av-icon-char { color: #E82A8C;font-size:20px!important; }
I have the titles as I want them to be, but it also enlarges every text-link in my content. And thats not as I want it. Is it easier to change the code for the links?
Regards,
Erwin
- This reply was modified 10 years, 2 months ago by Erwin.
September 8, 2014 at 4:36 am #314819Hey Erwin!
Try this code:
#top .main_color p a{ font-size: 14px !important; }
That will only target links within paragraphs.
Cheers!
JosueSeptember 8, 2014 at 7:39 am #314894Hey Josue,
That solved it!
Thanks!
Regards
ErwinSeptember 8, 2014 at 12:01 pm #314981Hi,
Thought that it was done….. When I enter the pages with sidebars, there used font-sizes are overwritten, the same as with the links in the content. So I tried to do the same trick as with the links. But I can’t find the right div or class to put in.
Do you know which one I need?
You can see the sidabar at The pink titles are to big and the names aligned to the right are to big. When I change the .main_color part, they both are corrected and fine.But hten the entry-titles are also small
September 8, 2014 at 7:37 pm #315308September 8, 2014 at 8:39 pm #315338September 8, 2014 at 8:53 pm #315341Hey Erwin!
Try changing the selector to:
#top .main_color .content p a{ font-size: 14px !important; }
Regards,
JosueSeptember 8, 2014 at 9:34 pm #315354Hey Josue,
I’ve tried it, nothing changes. Other suggestions?
Regards,
Erwin
September 8, 2014 at 11:17 pm #315398Hi Erwin!
This will do it:
#top .main_color .content p a, #top .main_color .sidebar a{ font-size: 13px !important; }
Cheers!
JosueSeptember 9, 2014 at 7:36 am #315667Hi Josue,
Thank you. As far as I can see everything is ok now. Had to add #top .main_color .sidebar b this selector for the pink titles. But that was easy to fix for me.
Thank you again for the excellent support.
Regards,
Erwin
September 9, 2014 at 7:47 am #315674You are welcome Erwin, always glad to help :)
Regards,
Josue -
AuthorPosts
- You must be logged in to reply to this topic.