Read More For The Blog - Question | JoomShaper

Read More For The Blog

P

Pio

Template 10 months ago

Hello, i'm using the "Dentro" template for the site https://www.medigen.clinic/test . In the blog page https://www.medigen.clinic/test/blog I would like to highlight the "Read more" https://ibb.co/HGNszYs. I would like to have the same result as the page of the site https://www.arpitel.it/news https://ibb.co/GvGrRpc. What should I add in the custom.css?

Thanks Pio

0
3 Answers
Asfakur Rahman Saikat
Asfakur Rahman Saikat
Accepted Answer
Support Agent 10 months ago #177597

Hi there,

Thank you for reaching out!

I’ve added the following custom CSS to the template's custom CSS file located at: templates/your_template/css/custom.css

.readmore{
    margin-top: 30px    
}
.readmore a{
    background-color: #EB4424;
    padding: 14px 30px;
    border-radius: 56px;
    color: #ffffff !important;
    text-transform: capitalize;
    font-size: 14px;
    white-space: normal;
    cursor: pointer;
}

Let me know if you need further assistance.

Best regards

0
P
Pio
Accepted Answer
10 months ago #177713

Hi Asfakur, it's perfect! I would like to show blog categories on the right column of the page (better on the left) https://www.medigen.clinic/test/blog . I can only see them inside articles (for example https://www.medigen.clinic/test/blog/16-medicina-estetica/26-esosomi-autologhi ). How can I do that?

Thanks Pio

0
Asfakur Rahman Saikat
Asfakur Rahman Saikat
Accepted Answer
Support Agent 10 months ago #178066

Hi Pio,

Thank you for reaching out with your question. Unfortunately, the functionality you are looking for in this template is not natively available. The blog details layout is generated directly from the code.

While it is possible to achieve your desired layout through an override, this approach is not recommended. Future template updates may overwrite your customizations, leading to the loss of your work. Additionally, implementing this override would require a significant amount of time and effort.

We appreciate your understanding on this matter. Please let us know if you have any further questions.

Best regards

0