Skip to content
Public Ticket #25211

Is there an additional traffic statistics function?

Conversation thread

PenciDesign Supporter replied

Staff Reply

Hi,

Please add this CSS code to your site:

.custom-box .custom-box-content p:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}

Regards,
PenciDesign.



PenciDesign Supporter replied

Staff Reply

Hi,

Please modify the code like the following below:

.custom-box .custom-box-content {
  border: 5px solid #62C1CE;
  padding: 20px;
}

Regards,
PenciDesign.


PenciDesign Supporter replied

Staff Reply

Hi,

Please modify the CSS code like the following below:

.custom-box .custom-box-heading {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

Regards,
PenciDesign.



PenciDesign Supporter replied

Staff Reply

Hi,

Please modify the code like the following below:

.custom-box .custom-box-heading h4 {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

Regards,
PenciDesign.


PenciDesign Supporter replied

Staff Reply

Hi,

Please add this CSS code to your site:

.custom-box .custom-box-heading h4 {
  margin-bottom: 0;
}

Regards,
PenciDesign.



PenciDesign Supporter replied

Staff Reply

Hi,

Here is an HTML & CSS code of the content you've requested, you can insert it in the post editor screen:

.custom-box .custom-box-heading span {
  display: inline-block;
  padding: 10px 20px;
  background-color: var(--pcaccent-cl);
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.custom-box .custom-box-content {
  border: 5px solid var(--pcaccent-cl);
  padding: 20px;
}

HTML Code:

<div class="custom-box">
    <h4 class="custom-box-heading">
        <span>Heading Text</span>
    </h4>
    <div class="custom-box-content">
        <p>Lorem, ipsum dolor sit amet, consectetur adipisicing elit. Libero odit accusamus magni quibusdam ipsam nulla harum, omnis voluptatum deleniti atque. Quaerat rerum quod inventore? Optio eum nulla debitis maxime nobis.</p>
    </div>
</div>

Regards,
PenciDesign.

PenciDesign Supporter replied

Staff Reply

Hi,

Do you mean to add the border to all the footer widgets?

Regards,
PenciDesign.


PenciDesign Supporter replied

Staff Reply

Hi,

Please sent me your site URL.

Regards,
PenciDesign.


PenciDesign Supporter replied

Staff Reply

Hi,

Unfortunately, the Soledad theme doesn't include this feature. We'll consider adding this in the future theme update.

Regards,
PenciDesign.


PenciDesign Supporter replied

Staff Reply

Hi,

Do you mean the table of content? Please send me the screenshot.

Regards,
PenciDesign.


Alice replied

Customer Reply

OK

In addition, I would like to ask if there is a tree function for article classification?

Alice started the conversation

Conversation Start

Does the Soledad theme have the function of adding traffic statistics?

Displayed in the front end of the website

Want to join this conversation or access attachments? Sign in first.