Forum replies created
Hi,
You change your h1 tag font via theme options typography
Theme Options -> Typography -> Headings -> H1 font
Thank you
Hi,
Check your site, We fixed your issue.
Thank you
Hi,
We checked your URL but We think that your custom css not apply, style comes to by default.
https://prnt.sc/ghnsmq
please add below custom css in additional css area of customizer ( add carefully, check it’s saved or not )
//For Change opacity of description
#bootstrap-slider .carousel-caption p {
background: rgba(0, 0, 0, 0.5);
}
If it does not work Please provide your wp-admin details in private reply for check your issue in advance.
Thank you
Hi,
Add below custom css for change font family of portfolio pages.
.portfolio-content .post-content,
.portfolio-template .post-content p,
.evolve_portfolio .project-description {
font-family: Josefin Sans;
font-size: 16px;
font-weight: 400;
line-height: 1.5em;
}
We have given only example style, give your style that you want to it.
Thank you
Hi,
Your “Next/Previous” Post problem is solved or not? If your Problem is not solved Please give your site url for check your issue.
Thank you
Hi,
We have checked your issue but not found on our side.
Please provide your admin details in private reply for check your issue.
Thank you
Hi
You have to try !important attribute in your CSS like
//For Change opacity of title
#bootstrap-slider .carousel-caption h2 {
background: rgba(0, 0, 0, 0.5) !important;
}
If it does not work please provide Your Site Url for checking your style.
Thank you
Hi,
We do not say any fixed date of release but We try to release our new update as soon as.
Thank you
Hi,
There are two options
First one is You have to increase your show post limit in pages under Reading options
Settings -> Reading -> Blog pages show at most
The second one is manually disabled your pagination link like
.page-navigation {
display: none;
}
Thank you
Hi,
You can’t use a custom variable in a portfolio page for use as shop page. It’s Totally customizable work.
Sorry but no another option to change a portfolio font.
If your text does not translate into your language so you have to manually translate it through any translate plugin or PO editor.
https://theme4press.com/docs/how-to-translate/
Thank you