Forum replies created

    vaibhav
    Spectator
    Posts: 287
    September 7, 2017 at 7:35 am #34718

    Hi,

    You change your h1 tag font via theme options typography
    Theme Options -> Typography -> Headings -> H1 font

    Thank you

    vaibhav
    Spectator
    Posts: 287
    September 6, 2017 at 8:25 am #34712

    Hi,

    Check your site, We fixed your issue.

    Thank you

    vaibhav
    Spectator
    Posts: 287
    September 6, 2017 at 8:10 am #34711

    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

    vaibhav
    Spectator
    Posts: 287
    September 6, 2017 at 7:53 am #34709

    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

    vaibhav
    Spectator
    Posts: 287
    September 6, 2017 at 7:19 am #34706

    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

    vaibhav
    Spectator
    Posts: 287
    September 4, 2017 at 1:14 pm #34699

    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

    vaibhav
    Spectator
    Posts: 287
    September 4, 2017 at 12:53 pm #34698

    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

    vaibhav
    Spectator
    Posts: 287
    September 4, 2017 at 12:50 pm #34697

    Hi,

    We do not say any fixed date of release but We try to release our new update as soon as.

    Thank you

    vaibhav
    Spectator
    Posts: 287
    September 4, 2017 at 12:39 pm #34695

    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

    vaibhav
    Spectator
    Posts: 287
    September 4, 2017 at 12:19 pm #34694

    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