SKT SEO – new page template

Home Forums All Other Themes SKT SEO – new page template

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #76267
    Jen StretchJen Stretch
    Participant
    • Topics: 5
    • Replies: 5
    • Total: 10
    Member since: June 19, 2017

    Hello,

    Could you give me instructions to create a new page template for the SKT SEO theme? I want it to be exactly like the “Page Full Width” template, but without the header image and the page title.

    I’m assuming I just need to clone that php template and delete some code?

    Thanks!

    #76331
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30633
    • Total: 30633
    Member since: August 16, 2013

    Hi,

    Yes, clone that template seo-marketing/templates/page-fullwidth_template.php. Change file name and template name then go to line number 11, remove get_template_part(‘sktframe/core’,’pageheader’); and go to line number 33, remove <h1><?php the_title(); ?></h1>.

    Regards,
    Brad

    #76455
    Jen StretchJen Stretch
    Participant
    • Topics: 5
    • Replies: 5
    • Total: 10
    Member since: June 19, 2017

    That worked perfectly, thank you!

    I’d like to create a div where the background color expands the entire width of the browser.

    Here is an example: http://www.homestretchmktg.com/marketo-consultant/

    What do I need to do to my custom CSS to make the purple background expand the entire width of the browser?

    Thanks!

    #76511
    Jen StretchJen Stretch
    Participant
    • Topics: 5
    • Replies: 5
    • Total: 10
    Member since: June 19, 2017

    This is my custom CSS:

    .full-header {
    width: 100%;
    background-color: #726DB3;
    padding: 25px 0 25px 0;
    }

    Thank you!
    Jen

    #76517
    Sonnal S SinhaSonnal S Sinha
    Keymaster
    • Topics: 10
    • Replies: 6964
    • Total: 6974
    Member since: June 12, 2013

    Hi Jen,

    Any custom CSS you can add in appearance>customize>scroll down to the bottom and you will find a Custom CSS box.

    Regards,
    Shri

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.