Home Forums Basel support forum How to make the date backgound transparent by 20%

How to make the date backgound transparent by 20%

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #61075

    Taiger
    Participant

    Hi what is the CSS

    How to make the date background transparent by 20% (see example pic)

    and the tags background also at 20 to 40%

    2. If i run regenerate thumbnails, where do i set the correct size for the theme and will it only affect the featured image and the related post images?

    Attachments:
    You must be logged in to view attached files.
    #61093

    Hello,

    Please provide your site admin access.

    Best Regards

    #61097

    Taiger
    Participant

    Hi, can you try now

    #61118

    Hello,

    Please provide admin login URL, login and pass in the private area.

    Best Regards

    #61218

    Taiger
    Participant

    here you go.

    #61248

    Hello,

    In order to make post date 20% transparent add this CSS to Theme Settings > Custom CSS.

    .blog-post-loop .post-date {
        background-color: rgba(255,255,255,0.2);
        color:red;
    }

    Changing 0.2 you will get more or less transparent background. When you set the background you may require to change the date color to make it visible, replace red with the color you need or remove this line.

    2. I cannot find tags on your posts please send the screenshot.

    3. It depends on plugin configuration which you are going to apply.

    Best Regards

    #61253

    Taiger
    Participant

    that’s great, thanks

    CAn you help with the same thing but for the categories. 40% transparency

    Thanks

    #61281

    Artem Temos
    Keymaster

    Hi,

    Please, send us a screenshot what exactly do you want to change on categories?

    #61303

    Taiger
    Participant

    This is now ok, thanks

Viewing 9 posts - 1 through 9 (of 9 total)

The topic ‘How to make the date backgound transparent by 20%’ is closed to new replies.