Hi again
I changed the code of the style .html page like this, so it will be very good, so please see how I edited this page before the guide:
#Template Minimalist
#Defaults {ctaTextColor=, postTitleColor=BLACK Dark, boxColor=WHITE Dark, borderColor=BLUE #2 Light, borderColorLabel=border}
<a href="{postHref}" target="{linkTarget}" {linkRel} id="ir-post-vesal">
{comment}
<style>
#ir-post-vesal {
display: inline-block;
/* width: 60%; */
width: 100%;
margin: 20px auto;
padding: 10px 0 20px 20px;
background-color: #ffffff;
border: 1px solid #EDEDED;
border-radius: 12px;
text-decoration: none !important;
}
/* start before title */
#ir-post-vesal #ctaText-vesal {
position: relative;
display: inline-block;
height: 30px;
padding-right: 20px;
margin-bottom: 10px;
}
/* before */
#ir-post-vesal #ctaText-vesal::before {
content: "";
position: absolute;
top: 10%;
bottom: 10%;
right: 0;
display: block;
width: 4px;
height: 80%;
background-color: #C2A501;
border-radius: 5px 0 0 5px;
}
#ir-post-vesal #ctaText-vesal p {
color: #000000;
font-size: 15px;
font-family: "peyda";
font-weight: 700;
line-height: 30px;
}
/* end before title */
#ir-post-box-vesal #ir-post-link-vesal {
margin-right: 40px;
}
/* start title */
#ir-post-vesal #postTitle-vesal {
display: block;
width: auto;
height: auto;
margin-top: 10px;
}
/* before */
#ir-post-vesal #postTitle-vesal p {
position: relative;
display: block;
height: 30px;
margin: 0;
font-family: "kalameh";
/* font-family: "kalamehweb"; */
font-size: 14px;
line-height: 30px;
color: #606060;
padding-right: 30px;
margin-top: 5px;
overflow-x: hidden;
}
#ir-post-vesal #postTitle-vesal p:nth-child(1) {
margin-top: 0;
}
#ir-post-vesal #postTitle-vesal p::before {
content: "";
position: absolute;
top: 35%;
bottom: 35%;
right: 4px;
display: block;
height: 30%; /* 530% = 9px */
width: 9px;
background-color: #D9D9D9;
border-radius: 50%;
filter: blur(2px);
}
/* end title */
</style>
<div id="ir-post-box-vesal">
<span id="ctaText-vesal">
<p>{ctaText}</p>
</span>
<div id="ir-post-link-vesal">
<span id="postTitle-vesal">
<p>{postTitle}</p>
<p>{postTitle}</p>
</span>
</div>
</div>
</a>
This is all the codes on the page I told you I have and I deleted everything else because I didn’t need them!
Actually this is where you should guide me:
<span id="postTitle-vesal">
<p>{postTitle}</p>
<p>{postTitle}</p>
</span>
That is, exactly where there are two P tags, I want the content and the link of the indo tag to be different and to show two separate posts, of course, the structure you mentioned has a general A tag from which these boxes take the entire link. If you can guide me on how to link the two channels, I will remove the A tag and replace it with a DIV to solve the problem that the entire tank has a link ??