JessCot Posted March 20, 2022 Share Posted March 20, 2022 (edited) Site URL: https://www.theindependentlist.com/blog Hi, I would like to move the position of the primary meta-tile (blog category) to be on top of the image in the bottom right with a background. I have attached a quick mock up explaining. Thanks Link: https://www.theindependentlist.com/blog Pass: TIL2022 Edited March 20, 2022 by JessCot Link to comment
tuanphan Posted March 22, 2022 Share Posted March 22, 2022 Add to Design > Custom CSS /* move categories */ .blog-meta-section { position: absolute; top: 5px; right: 5px; background-color: white; padding: 5px; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
JessCot Posted March 27, 2022 Author Share Posted March 27, 2022 On 3/22/2022 at 3:09 AM, tuanphan said: Add to Design > Custom CSS /* move categories */ .blog-meta-section { position: absolute; top: 5px; right: 5px; background-color: white; padding: 5px; } Hi, thanks for this it works except for it's displaying in the top right not bottom right. Also, how can I can the text eg. make uppercase? Thanks Link to comment
tuanphan Posted March 29, 2022 Share Posted March 29, 2022 On 3/27/2022 at 4:14 PM, JessCot said: Hi, thanks for this it works except for it's displaying in the top right not bottom right. Also, how can I can the text eg. make uppercase? Thanks Try this new code /* move categories */ .blog-meta-section { position: absolute; bottom: 5px; right: 5px; background-color: white; padding: 5px; } .blog-meta-section * { text-transform: uppercase !important; } JessCot 1 Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
theisdahl Posted September 2, 2022 Share Posted September 2, 2022 This is a great post. Can anyone tell me if this can be done in some way for a blog made with a 7.0 template? I tried the CSS but it only seams to work with 7.1 Thanks so much. Link to comment
tuanphan Posted September 3, 2022 Share Posted September 3, 2022 On 9/2/2022 at 5:10 PM, theisdahl said: This is a great post. Can anyone tell me if this can be done in some way for a blog made with a 7.0 template? I tried the CSS but it only seams to work with 7.1 Thanks so much. If you share link to blog page in 7.0, we can check & adjust the code easier. Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
theisdahl Posted September 5, 2022 Share Posted September 5, 2022 On 9/3/2022 at 2:25 PM, tuanphan said: If you share link to blog page in 7.0, we can check & adjust the code easier. This is the blog where I would like to have a more clear indication between blog posts and Case Studies. https://www.cobira.co/blog Thanks Link to comment
tuanphan Posted September 6, 2022 Share Posted September 6, 2022 On 9/5/2022 at 2:38 PM, theisdahl said: This is the blog where I would like to have a more clear indication between blog posts and Case Studies. https://www.cobira.co/blog Thanks Thank you. You want to move "Case study" to top right of image, like this? Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
theisdahl Posted September 7, 2022 Share Posted September 7, 2022 Hi Yeah I have made a graphic explaining how here. This is the URL to the blog: https://www.cobira.co/blog Please see screenshot. Thank you very much 💪 Link to comment
theisdahl Posted September 7, 2022 Share Posted September 7, 2022 10 hours ago, theisdahl said: Hi Yeah I have made a graphic explaining how here. This is the URL to the blog: https://www.cobira.co/blog Please see screenshot. Thank you very much 💪 @tuanphan any information on this would be extremely helpful. Link to comment
theisdahl Posted September 8, 2022 Share Posted September 8, 2022 Is there anyone out there that has come up with a solution like this for Brine 7.0 theme? Thanks Link to comment
Solution tuanphan Posted September 9, 2022 Solution Share Posted September 9, 2022 19 hours ago, theisdahl said: Is there anyone out there that has come up with a solution like this for Brine 7.0 theme? Thanks Add to Design > Custom CSS .Blog-meta.BlogList-item-meta { position: absolute; top: 10px; right: 10px; background-color: black; z-index: 999999; padding-left: 10px; padding-right: 10px; } article { position: relative; } .Blog-meta.BlogList-item-meta * { color: white !important; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
theisdahl Posted September 12, 2022 Share Posted September 12, 2022 (edited) On 9/9/2022 at 10:11 AM, tuanphan said: Add to Design > Custom CSS .Blog-meta.BlogList-item-meta { position: absolute; top: 10px; right: 10px; background-color: black; z-index: 999999; padding-left: 10px; padding-right: 10px; } article { position: relative; } .Blog-meta.BlogList-item-meta * { color: white !important; } Thanks @tuanphan This worked great 💪 Cheers Edited September 12, 2022 by theisdahl tuanphan 1 Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment