Navigation
This is archived content. Visit our new forum.
  • Author
    Posts
  • #182163

    JW & Co.
    Participant

    Hello,
    First let me thank you for designing an incredible theme. Following that, I have some questions.

    I recently updated my site (joshuaweatherstone.com) to the latest WordPress and X Theme versions. After that somewhat confusing process, I am now unsure whether or not my edits are occurring in the child theme?

    Speaking of edits, the heading on my Portfolio Page looks awesome; the Visual Composer on my Contact Page appears to have the same settings, yet the heading is showing up with a different spacing and accent. How can I make the Contact Page heading look like that of the Portfolio Page?

    Next, how would I go about changing my Portfolio titles on the Portfolio page from the CabinSketch to the Bitter font? When I click on the portfolio items, however, I want the titles to appear in the CabinSketch font type again.

    Finally, I am confused as to how titles are attributed to specific pages; when I say title I am referring to the title that appears on the browser tab that is open. I want to be able to edit these for my specific pages so that when I click “Blog” or “Resume,” the title renders the same as for the other two pages.

    Thank you so much for your time and attention!

    #182581

    Christopher
    Moderator

    Hi there,

    #1 Updating theme won’t overwrite your modification on child theme. You can use child theme like before.

    #2 Add mtn in class field of your content band to remove top margin, Please add the following CSS under Customize -> Custom -> CSS :

    .h-custom-headline.accent span:before, .h-custom-headline.accent span:after{
    border-bottom:none;
    }

    #3 Add this as well:

    
    .page-template-template-layout-portfolio h1.h-landmark {
    font-family: cursive;
    }

    #4 It seems you defined link type menu for resume page and it shows the URL of pdf file, Regarding to blog page your home page display latest post, You can define static home page and blog page to add page title to blog’s page URL. To do so please go under Settings -> Reading.

    Hope it helps.

    #182983

    JW & Co.
    Participant

    Hello,

    Regarding #3, I think perhaps I was not clear, as you misunderstood what I am trying to do. I am fine with the page title the way it is, but I want to change the font under each portfolio item. For example, the first one is SONOS Partner.

    Instead of it showing up in the aqua CabinSketch font that says “SONOS Partner,” I want it to show up in the Bitter font that is used on the menu to the left of it. After clicking on the portolio item, however, I want that title to return to the CabinSketch font. Is that possible?

    Thanks for your continued help.

    #182985

    JW & Co.
    Participant

    Oh, one more thing. I was also hoping to add a little vertical space between each portfolio item on the Portfolio page, but I can’t figure out what CSS would do that.

    #183399

    Friech
    Moderator

    Hi there,

    Thank you for writing in! to change the font under each portfolio item, but keep as cabin sketch on there single pages add this under Custom > CSS in the Customizer.

    .entry-header .entry-title a {
    	font-family: "Bitter","Helvetica Neue",Helvetica,sans-serif;
    }

    Unfortunately the articles was positioned absolute and it was arrange with transform: translate3d property. It could be possible with custom development, but this would be outside the scope of support we can offer.

    Hope it helps, Cheers!