Viewing 15 posts - 1 through 15 (of 15 total)
  • Author
    Posts
  • #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

    #314331

    Hey Erwin!

    Please post a link to your website.

    Regards,
    Josue

    #314414

    Sorry, had that planned, but… Here it is.

    link

    #314537

    Hey!

    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! 
    Josue

    #314593

    Hey 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.
    #314819

    Hey Erwin!

    Try this code:

    #top .main_color p a{
    font-size: 14px !important;
    }

    That will only target links within paragraphs.

    Cheers!
    Josue

    #314894

    Hey Josue,

    That solved it!

    Thanks!

    Regards
    Erwin

    #314981

    Hi,

    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

    #315308

    Hey!

    Are you referring to this? what font-size do you want there?

    Best regards,
    Josue

    #315338

    Hey,

    Sorry, that wasn’t clear of me. I mean those links and text.

    See it here

    Regards,

    Erwin

    #315341

    Hey Erwin!

    Try changing the selector to:

    #top .main_color .content p a{
    font-size: 14px !important;
    }

    Regards,
    Josue

    #315354

    Hey Josue,

    I’ve tried it, nothing changes. Other suggestions?

    Regards,

    Erwin

    #315398

    Hi Erwin!

    This will do it:

    #top .main_color .content p a, #top .main_color .sidebar a{
        font-size: 13px !important;
    }

    Cheers!
    Josue

    #315667

    Hi 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

    #315674

    You are welcome Erwin, always glad to help :)

    Regards,
    Josue

Viewing 15 posts - 1 through 15 (of 15 total)
  • You must be logged in to reply to this topic.