Dear All,
Those anyone know if it is possible to have the titles in the column section above the columns boxes and as well like a subtitle bellow the columns boxes?
See example bellow:
Dear All,
Those anyone know if it is possible to have the titles in the column section above the columns boxes and as well like a subtitle bellow the columns boxes?
See example bellow:
.multicolumn-list h3.inline-richtext {
color: green !important;
}
.multicolumn-card__info .link {
position: absolute !important;
bottom: -89px !important;
color: green !important;
}
.section-template--17183480709298__multicolumn_dNLhMU-padding {
margin-bottom: 50px !important;
}
Hi BSS-TekLabs
Thank you for your help, but can you make the main titles to be above the box not in the box and the subtitle bellow the box in bold as well? Thank you
.multicolumn-list h3.inline-richtext {
color: green !important;
position: absolute !important;
top: -30px !important;
}
.multicolumn-card__info .link {
position: absolute !important;
bottom: -89px !important;
color: green !important;
font-weight: bold !important;
}
.section-template--17183480709298__multicolumn_dNLhMU-padding {
margin-bottom: 50px !important;
}
Can you try this code @Lumify
@media only screen and (min-width: 600px) {
.multicolumn-list h3.inline-richtext {
color: green !important;
position: absolute !important;
top: -37px !important;
left: 37% !important;
}
.multicolumn-card__info .link {
position: absolute !important;
bottom: -89px !important;
color: green !important;
font-weight: bold !important;
}
.section-template--17183480709298__multicolumn_dNLhMU-padding {
margin-bottom: 50px !important;
}
}
Can you try this code @Lumify
Thank you, but the subtitles are still as a link…Are you able to change that?
@media only screen and (min-width: 600px) {
.multicolumn-list h3.inline-richtext {
color: green !important;
position: absolute !important;
top: -37px !important;
left: 37% !important;
}
.multicolumn-card__info .link {
position: absolute !important;
bottom: -89px !important;
color: green !important;
font-weight: bold !important;
}
.section-template--17183480709298__multicolumn_dNLhMU-padding {
margin-bottom: 50px !important;
}
.multicolumn-card__info .icon-wrap {
display: none !important;
}
}
using this code if you want like this @Lumify
Im update the code can you try this @Lumify
Many thanks for the update. Just one last thing. The subtitle of the first coumn is very far from the box line can they all be at te same level?
@media only screen and (min-width: 600px) {
.multicolumn-list h3.inline-richtext {
color: green !important;
position: absolute !important;
top: -37px !important;
left: 37% !important;
}
.multicolumn-card__info .link {
position: absolute !important;
bottom: -89px
color: green !important;
font-weight: bold !important;
}
.multicolumn-list li:first-child .multicolumn-card__info .link {
bottom: -30px !important;
}
.section-template--17183480709298__multicolumn_dNLhMU-padding {
margin-bottom: 50px !important;
}
.multicolumn-card__info .icon-wrap {
display: none !important;
}
}
@Lumify Hey, thanks for posting here.
can you please share the link to inspect it, thanks.