Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #1184969

    Hi,
    I cannot find where the following can be changed:
    – Categories: I would like to have changed the capital letters to first letter as a capital & the rest in small letters
    – Blog titles: I consider the spacing between the individual letters as too wide and want to reduce it
    How can these two things be done?
    Furthermore, on the homepage where the first post appears you find the beginning of it but the heading is not separated optically from the rest of the text (it is not bold or so but just like the text that follows). How can this be changed?
    Thanks a lot!
    Cheers, Franziska

    #1185093

    Hey Franziska,

    Please try the following in Quick CSS:

    Categories:

    .html_elegant-blog #top .post-entry .minor-meta {
        text-transform: capitalize;
    }

    Post titles:

    .html_elegant-blog .avia-content-slider .slide-entry-title {
        letter-spacing: 0;
    }

    I’m not sure I understand your third question, could you try to clarify or post a screenshot highlighting the change you would like to make please?

    Best regards,
    Rikard

    #1185215

    nullHi Rikard

    Thanks a lot for your help! The change as to categories worked just fine, the one to post titles also but only in the preview for the second and all the other posts. If you have a look at the newest post (screenshot: /Users/marcelmueller/Desktop/Bildschirmfoto 2020-02-17 um 12.04.10.png – I am not sure how to add it, as it has no URL …) and all the others when clicking on „read more“ , it is still the old wide spacing. Could you please change the code accordingly?

    As to my third question, if you look at the newest post, you see the subtitle „Criss-cross Japan in 3 weeks: „2nd Golden Triangle & 3 rural additions“ and then the text starts immediately and seamlessly “(When planning …“). Is it possible that the title can be highlighted so you can distinguish between title and text that follows?

    And sorry about this, but I have a 4th issue, and this is the slider on the homepage, where you can see the woman with the bow (on the screenshot, see above). If you swipe right, you come to the second-newest post, that works, but if you swipe right another time, then you come to the 6th-newest post and then to the 10th-newest one. The same is true for the section „Latest News“. In contrast to these, the feed (one post after the other) seems to be okay. What can be done here?

    Thanks again!

    Best regards, Franziska

    #1185217

    Hi Rikard, here my homepage (to view), see link below …

    #1185509

    Hi,

    Thanks for the clarification, please try this as well for the title on the single page:

    .html_elegant-blog #top .post-entry .post-title {
        letter-spacing: 0;
    }

    Excerpt; the whole text can be styled, but not all of it unfortunately. If you want to set the excerpt manually then you can do so in the excerpt field. If you can’t see it then please select to show it under Screen Option in the top right hand corner of the screen.

    Slider; you can select yourself which entries should be included in the slider by selecting which categories should be shown. Could you check so that the categories you want to show are selected in the element options please?

    Best regards,
    Rikard

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