• Resolved archizoom

    (@archizoom)


    can I change the font sizes ?

    for exemple:
    – top menu / header
    – … (next page)
    – by (admin…)
    – in (kategorie)

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hi archizoom,

    Can you provide a link of your website so I can have a look at the code?

    Cheers,
    Riccardo

    Thread Starter archizoom

    (@archizoom)

    hello,

    link: https://www.archizoom.de

    i want delete date and autor. (i dont know how.)
    the “next page” or “weiter” button will be appear larger.

    Put this CSS into your Custom CSS or Child Theme style.css, that way you won’t lose all the changes made when the theme updates

    Top menu:

    .menu-main > li {
      font-size: 12px;
    }

    Category:

    .detail.index-post-category {
      font-size: 14px!important;
    }

    Pagination links:

    .posts-pagination .paging-wrap, .comments-pagination .paging-wrap, .page-links-wrap .page-links {
      font-size: 15px;
    }

    Hide date and author:

    .detail.index-post-author, .index-post-date {
      display: none!important;
    }

    Let me know if it works

    Cheers,
    Riccardo

    Thread Starter archizoom

    (@archizoom)

    thank you for information.

    but I think I still have a fundamental problem

    please look at post: child theme – i can′t edit style css

    Np, if you can’t find a way to edit your CSS then try installing this plugin

    Or you can go with a Child Theme, have a look here ??

    Cheers,
    Riccardo

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘font size’ is closed to new replies.