Okay
  Public Ticket #256171
How to put a Custom font in the full width header of the portfolio ?
Closed

Comments

  • Ladislas started the conversation

    Hi Salient , recently purchased your theme to create my website , and i must say that , this is really great, your theme is awesome and so much options that are intuitive, really you done an awesome job.

    I only have 1 question i couldn't find answer on it on videos or pdf file to help. I didn't found how to change the portfolio type for the full width header . Can you help me fixing that problem please ? thanks a lot. Have a nice day

  •  8,992
    Tahir replied

    Hey Ladislas!

    Can you please post the url so i can wirte up some custom css for it. 

    Cheers


    ThemeNectar Support Team 

  •   Ladislas replied privately
  •  8,992
    Tahir replied

    Hey!

    Add this into the Custom CSS box located in your Salient Options panel:

    body.single-portfolio #page-header-bg h1 {
        font-family: 'OpenSansLight';
        letter-spacing: 1.5px;
        font-size: 28px;
        line-height: 34px;
        font-weight: regular;
    }
    

    Cheers


    ThemeNectar Support Team 

  • Ladislas replied

    Thanks for the answer Tahir, i've pasted the code and it worked fine , but it was not the style of typo i wanted, and when i tried to put some others from google font , it doesn't seems to work and displays font i would like. Could you give me the code for this font you used on your portfolio heading title ? I really like how the font look. Thanks in advance and have a nice day

  •  1,089
    ThemeNectar replied

    Hey! Instead of using css - you could actually set the font in your typography options settings tab of the Salient options panel for the page header. The font used on the demo in that screenshot is called "Lovelo" :)

  • Ladislas replied

    Hi Nectar , thanks for your answer . I'm sorry i can't find this option. I can't locate how to modify this option, i can't find it in the typography section of salient options and can't find it on the portfolio page i must search in the wrong place , please can you send me a screenshot to show me this option ? I'm sorry i can't find it on my own.

    Thanks in advance

  •  8,992
    Tahir replied

    Hey!

    I just changed H1 in typography to lovelo and it seems to be alright now. 

    Thanks


    ThemeNectar Support Team 

  • Ladislas replied

    Hey Tahir, thanks for the answer , it's working like that well so my problem is solved. Just a quick other thing i don't know why i don't have the horizontal barr to sort my works on my portfolio page ( i've checked the option in salient option panel portfolio but nothing is displayed no sorting that all, can you tell me what i've done wrong please ? 

    thanks a lot :)

  •  8,992
    Tahir replied

    Hey!

    You are gonna need to use a third part plugin such as https://wordpress.org/plugins/post-types-order/ to change the order. 

    All the Best,

    -T


    ThemeNectar Support Team 

  • Ladislas replied

    Thanks for your reply, in fact i was just talking about this barr that doesn't display on my website, i don't know why cause i've checked the option to display it horizontally .

  •  8,992
    Tahir replied

    Can you provide the page url so i can see why its not appearing. Also please make sure to clear your cache after changing the options . 

    Thanks


    ThemeNectar Support Team 

  • Ladislas replied

    of course : www.ladislasdesign.com

  •  8,992
    Tahir replied

    Hey Again!

    You seem to be using the portfolio page template. Could you please switch to the default template and add a Portfolio element via the Visual Composer. 

    Thanks


    ThemeNectar Support Team 

  • Ladislas replied

    Thanks Tahir ! my problem is solved ! Thanks for your help have a nice day , and congrats for this theme i'm really happy of it ! good job! 

  • Alex replied

    Guys, was recently updated to last theme version, and notice that: <h1 style="text-align: center;" not works if it inside "full_width_section" element. Its remains align left and breaks page design. its only happens on laptop screen, on mobile its fine, at center. help please. Before update its was fine.

  •  8,992
    Tahir replied

    @Alex , Please create a new  ticket with your page url so we can take a look. Also be sure to update the bundled plugins as well. 

    Thanks


    ThemeNectar Support Team 

  • Alex replied

    My support has expired, can't create new ticket. Bundled plugins updated of course. <h1 style="text-align: center;" works fine everywhere on site, just not when its inside "full_width_section" element. And can't change it even with CSS...

  •  8,992
    Tahir replied

    @Alex , 

    Please provide the page url so that i can write up the custom css for whats possible.

    Thanks


    ThemeNectar Support Team 

  • Alex replied


    Thank you!

  •  8,992
    Tahir replied

    If you are referring to this element you will have to set a width of 100% to move it right or left: http://prntscr.com/s7ctm2 . 

    Thanks


    ThemeNectar Support Team 

  • Alex replied

    oh man, so easy! Before its work without it. Thank you!!!