Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #128745
    tjurgens
    Participant

    Good Afternoon,

    I would like to make the header image show on all pages, but I can’t seem to find a way to do so.

    Also, I would like to change the location of the header media text to be on the right side of the image, rather than centered. Preferably I would like to decrease the size of the text as well.

    Finally, I would like to change some of the fonts, specifically the font of the main top right link.

    Can you please help me on how to do so?

    Cheers.

    #128751
    Skandha
    Participant

    Hello @tjurgens: I’m afraid the feature to show header images on all the pages in not available in this theme.
    You can switch to other themes where this feature is available or if you want the feature in the current theme I suggest you to hire a customizer

    To change the location and size of the header media text Go to => Appearance => Customize => Additional CSS
    and add the following code.

    .custom-header-content .section-title {
    	text-align: right;
    	font-size: 20px; 
    }

    Let me know if you have further issues.

    Regards,
    Skandha

    #128762
    tikaram
    Participant

    @tjurgens: You can easily change fonts from the customizer if you upgrade to Clean Portfolio Pro. Alternatively, the fonts can be changed with additional css. Let me know if you have any further issues.

    Regards,
    Tikaram

    #128960
    tjurgens
    Participant

    Thanks @Skandha, that’s really helpful.


    @tikaram
    – Any hints on the additional CSS? Not sure I really need to go all out for the pro version just for the font customization.

    #128967
    Skandha
    Participant

    @tjurgens: Please post in your site url and tell where you want the fonts to be changed!

    Regards,
    Skandha

    #129074
    tjurgens
    Participant

    @Skandha
    Only really looking to change the font in the top left (the link back to the front page):
    https://allanjurgens.ca

    #129075
    Skandha
    Participant

    Hello @tjurgens, Goto Appearance => Customize => Additional CSS and add the following CSS Code.

    .site-title {
    font-family: Arial;
    }

    Replace Arial with your desired font.
    Have a good day!

    Regards,
    Skandha

    #129169
    tjurgens
    Participant

    @Skandha
    Thank you so much!

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Show Header Image all pages/Change location of header media text’ is closed to new replies.