• Hi everybody. As many others i’m trying to setup new version to look as it was in latest 2 version. I know that all of us have different setups but if it helps i’m sharing my custom css trying to help. You can modify the code to your needs, or check it one by one. Also if someone has better ideas, he/she is welcomed to share. Custom css fixes also some bugs (e.g. no word break in next – previous posts after single post). My setup is almost like demo, with slider, highlighted posts, etc…Thank you

    .cm-content {
    	padding-top: 30px;
    	padding-bottom: 20px;
    }
    .cm-entry-title{
    	font-weight:400;
    }
    .cm-post-categories a{
    	border-radius: 4px;
    	font-size: 11px;
    	text-transform: none;
    }
    .cm-featured-category-slider .cm-below-entry-meta{
    	display: none;
    }
    .cm-featured-category-slider .cm-entry-title {
    	font-size: 130%;
    	margin-bottom: -5px;
    }
    .cm-highlighted-posts .cm-entry-title {
    	font-size: 110%;
    	margin-bottom: 0px;
    }
    .cm-highlighted-posts .cm-below-entry-meta {
    	display: none;
    }
    .cm-featured-posts .cm-entry-title a{
    	line-height: 1.2;
    }
    .cm-featured-posts .cm-entry-title{
    	font-weight:normal;
    	font-size:16px;
    }
    .cm-secondary .widget{
    	font-size:16px;
    }
    .cm-secondary .cm-widget-title span{
    	font-size: 18px;
    	font-weight: 500;
    	line-height: 1.6;
    }
    .cm-secondary .widget ul li{
    	line-height:1.4;
    }
    .cm-entry-summary p{
    	font-size: 16px;	
    }
    .cm-featured-posts .cm-entry-summary p{
    	font-size: 14px;
    	line-height: 1.8;
    }
    .previous a, .next a{
    	word-break: break-word;
    }
    .cm-footer .widget ul li{
    	font-weight:normal;
    }
    .cm-footer-cols .cm-row{
    	padding-bottom: 10px;
    }
Viewing 12 replies - 1 through 12 (of 12 total)
  • Hi @nickpapag,

    Thanks for sharing the new CSS code that will work for the new version of the theme as with the old version of theme we have changed the coding standard on the overall site.

    Hopefully the CSS you have shared might be helpful to our users.

    If you found any more issues, can you share the screenshots showing the problems and link to the page where you’re seeing the issue.

    Regards

    Douglas

    (@douglasivanauskas)

    @nickpapag thanks for sharing. Can you tell me in which section of the site and/or which part of the WordPress admin location I should make these changes? I am not familiar with CSS. Thanks.

    Thread Starter nickpapag

    (@nickpapag)

    In customizer you’ll see the custom css section. Paste the code and check if it helps

    Douglas

    (@douglasivanauskas)

    @nickpapag I found it and replaced the current content (below) by yours but did not notice any change:

    .home .entry-content p {
    display: none;
    }

    I am still having issues with the fonts. Can’t adjust the Global fonts the way I had manually customized in Elementor (Settings -> Site Settings -> Global Fonts -> System Fonts. System fonts cannot be modified for some reason. Support told me it relates to CSS. But where and what to change?

    Any idea? Tks.

    Thread Starter nickpapag

    (@nickpapag)

    Hi @douglasivanauskas. I don’t use a builder like Elementor.

    The code abobe has some css for many sections of default theme. When you apply these changes new version looks like the previous 2.1.8. Thank you

    Hi @nickpapag,

    Glad to hear that the issue has been fixed. If you found any more issues, can you share the screenshots showing the problems and link to the page where you’re seeing the issue.

    Regards

    Dzi?ki @nickpapag , czy mo?e wiesz, gdzie zmieni? wielko?? czcionki (zmniejszy?), która si? wy?wietla po klikni?ciu na kategori?? Chodzi o zapowiedzi, fotka a obok tytu? (mam nadziej?, ?e to s? dwa ró?ne selektory, dla tytu?u postu na stronie i dla zapowiedzi w kategoriach)

    Z góry dzi?kuj? za odpowied?

    Cze??,

    Aby lepiej Ci pomóc, czy mo?esz poda? nam adres URL swojej witryny? Po uzyskaniu adresu URL b?dziemy mogli zbada? problem i poda? dok?adniejsze rozwi?zanie.

    Pozdrowienia

    Cze??,

    dzi?ki za odpowied?, link do mojej witryny: https://reporternews.pl/index.php/category/wiadomosci/

    pozdrawiam

    Cze?? @nickpapag ,

    Przepraszamy za opó?nion? odpowied?,

    Aby zmieni? rozmiar czcionki, spróbuj doda? ten CSS w WordPress Dashboard> Wygl?dy> Dostosuj> Dodatkowy CSS:

    .post .cm-entry-header .cm-entry-title{
        font-size: 20px;
    }

    Daj mi zna?, czy to ci pomo?e, czy nie, a ja skontaktuj? si? z tob?.

    Pozdrowienia

    Niestety u mnie ten CSS nie dzia?a. Mam jeszcze jeden problem, w pojedynczych postach nie wy?wietla mi si? nazwa kategorii. Mo?esz mi pomóc?

    pozdrawiam

    Hi @goniamonia63,

    Thanks for reaching us,

    For displaying the Categories on the single post, please try adding the CSS inside WordPress Dashboard > Appearances > Customize > Additional CSS:

    .cm-entry-header-meta .cm-post-categories{
        display: block;
    }

    Let me know if this helps you or not and I will get back to you.

    Regards

Viewing 12 replies - 1 through 12 (of 12 total)
  • The topic ‘Trying to make 3+ looks like 2+’ is closed to new replies.