Community Forums › Forums › Archived Forums › Design Tips and Tricks › Minimum Theme – Remove Tagline and Subscribe Now
Tagged: Minimum theme
- This topic has 10 replies, 3 voices, and was last updated 11 years ago by GeorgeMartinJr.
-
AuthorPosts
-
August 9, 2013 at 2:10 pm #55314pitt83Member
Just downloaded the Minimum Theme today. How do I remove the tagline an Subscribe Now button from underneath the sample image? Thanks in advance for any help.
August 9, 2013 at 3:06 pm #55326RobGMemberPlease post the link for the website in question to speed up the process.
To speed up the process please post the link to the website in question.
We recommend using Firebug to view source codes http://getfirebug.com/
RobGoss WordPress Developer
We build WordPress websites for your business or personal goals
http://www.robgoss.com / Follow me Twitter / https://twitter.com/robgossAugust 9, 2013 at 3:20 pm #55330pitt83MemberThe link is http://branchesofthetree.com (no changes yet from the downloaded theme).
August 9, 2013 at 3:25 pm #55333RobGMemberI don't see the Subscribe Now button under the sample image.
To speed up the process please post the link to the website in question.
We recommend using Firebug to view source codes http://getfirebug.com/
RobGoss WordPress Developer
We build WordPress websites for your business or personal goals
http://www.robgoss.com / Follow me Twitter / https://twitter.com/robgossAugust 9, 2013 at 3:45 pm #55348pitt83MemberRobG - I added the text "Site tagline" to section I want to remove. Hope that helps point it out. Thanks for your assistance.
August 9, 2013 at 4:14 pm #55355RobGMemberAre you wanting to remove this section from your style.css or function.php?
To speed up the process please post the link to the website in question.
We recommend using Firebug to view source codes http://getfirebug.com/
RobGoss WordPress Developer
We build WordPress websites for your business or personal goals
http://www.robgoss.com / Follow me Twitter / https://twitter.com/robgossAugust 9, 2013 at 4:42 pm #55360pitt83MemberWith limited experience, I'm not sure. What do you suggest?
August 9, 2013 at 5:11 pm #55364RobGMemberIf you would like to remove this function from your theme completely first access your ( function.php ) and locate the following codes and remove it from your function.php file.
/** Add the page title section */ add_action( 'genesis_after_header', 'minimum_page_title' ); function minimum_page_title() { require_once( get_stylesheet_directory() . '/page-title.php' ); }
Access your ( style.css ) file and remove the following codes.
The next set of coding will remove any styling for this function
/* Page Title ------------------------------------------------------------ */ #page-title { background-color: #f5f5f5; border-bottom: 1px solid #e4e4e4; border-top: 1px solid #e4e4e4; clear: both; margin: 0 auto; overflow: hidden; padding: 30px 0; } #page-title p { font-size: 48px; font-weight: 700; line-height: 1.5; margin: 0; } a.page-title-button { -moz-border-radius: 5px; -webkit-border-radius: 5px; background-color: #3e3e3e; border-radius: 5px; color: #fff; float: right; font-size: 24px; margin: 7px 45px 0 0; padding: 11px 20px 10px; } a.page-title-button:hover { background-color: #ed702b; }
Please make sure you don't remove any other codes other then the ones I've indicate.
To speed up the process please post the link to the website in question.
We recommend using Firebug to view source codes http://getfirebug.com/
RobGoss WordPress Developer
We build WordPress websites for your business or personal goals
http://www.robgoss.com / Follow me Twitter / https://twitter.com/robgossAugust 9, 2013 at 5:14 pm #55365pitt83MemberThanks. I will do what you suggested.
August 9, 2013 at 5:28 pm #55370RobGMemberPlease let me know if it was correct as far as removing it. Make sure what coding you remove you copy both this was if someting goes wrong you can just add it back to fix any problem, But I don't think you'll have any trouble removing it...
To speed up the process please post the link to the website in question.
We recommend using Firebug to view source codes http://getfirebug.com/
RobGoss WordPress Developer
We build WordPress websites for your business or personal goals
http://www.robgoss.com / Follow me Twitter / https://twitter.com/robgossAugust 29, 2013 at 11:47 pm #59651GeorgeMartinJrMemberI am trying to do the same thing but don't see the code you refer too. I was able to do this in the older version, but am building a site with the latest version and it seems to be different as far as the code in both the function file and the style file.
Thanks for your help
-
AuthorPosts
- The forum ‘Design Tips and Tricks’ is closed to new topics and replies.