Fibula Posted March 31, 2020 Share Posted March 31, 2020 Hi! I'm working on a danish website in the colima-template. I would really like to change the "read more" button on my blog page to be in danish as well - I've tried a few things in custom css but can't seem to figure it out. Link to comment
tuanphan Posted March 31, 2020 Share Posted March 31, 2020 Can you share link to blog page on your site? Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
Unlikely_IT Posted March 31, 2020 Share Posted March 31, 2020 @Fibula Oh I had this issue when creating a multi-lingual site Tanrich. You can see the site there actually has custom Readmore buttons for each language. .blog-alternating-side-by-side .blog-more-link { position: relative; font-size:0 !important; } .blog-alternating-side-by-side .blog-more-link::before { content: "Blah blah blah"; /* EDIT text here */ display: block; font-size: 1rem; margin-top: 10px; font-family: Poppins; font-weight: 300; font-style: normal; letter-spacing: 0em; } .blog-alternating-side-by-side .blog-more-link::after { margin-top: 13px; } Happy building, Erin Happy Building wishes from unlikely IT 🖥️ If you find this post helpful, please do share a thumbs up. Many thanks! Link to comment
Fibula Posted April 1, 2020 Author Share Posted April 1, 2020 That worked like a charm, thank you so much! @Unlikely_IT Link to comment
Fibula Posted April 8, 2020 Author Share Posted April 8, 2020 @Unlikely_IT Hi again! Your code worked like a charm, however the "read more" text and my danish version of the text seems to appear double when i go into mobile mode. How do i fix this? Link to comment
Unlikely_IT Posted April 10, 2020 Share Posted April 10, 2020 On 4/8/2020 at 5:01 PM, Fibula said: @Unlikely_IT Hi again! Your code worked like a charm, however the "read more" text and my danish version of the text seems to appear double when i go into mobile mode. How do i fix this? Just add a !important to font-size. one sec I'll edit my original post code so it is all correct Happy Building wishes from unlikely IT 🖥️ If you find this post helpful, please do share a thumbs up. Many thanks! Link to comment
Fibula Posted April 16, 2020 Author Share Posted April 16, 2020 @Unlikely_IT perfect, thank you very much! Link to comment
Unlikely_IT Posted April 17, 2020 Share Posted April 17, 2020 @fibula, make sure to mark the answer as correct, so others know what the solution was. Have a great one! Happy Building wishes from unlikely IT 🖥️ If you find this post helpful, please do share a thumbs up. Many thanks! Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.