Community Forums › Forums › Archived Forums › Design Tips and Tricks › 3 Header changes in Agentpress Pro
Tagged: Agentpress Pro
- This topic has 5 replies, 2 voices, and was last updated 6 years, 6 months ago by Victor Font.
-
AuthorPosts
-
February 20, 2018 at 10:03 pm #216849cletchParticipant
1) Looking to change the header to white.
What I tried did not work 🙂
.agentpress-pro-blue .site-header .wrap {
background-color: #fff;
}2) Move the navigation bar below and to the left (hoping once I do this changing navigation color to different color than the header will be simple).
3) I also changed the font color under Title Area and I can see the font is now black on my phone but not on my laptop. Can you confirm that this is just a caching issue ? I want to ensure there isn't somewhere else I am missing.
.site-header .site-title a:hover {
color: #000;
}4) and I might as well ask how to reduce the padding on the Home Featured widget so the white box isn't as large.
If you can direct me to where I might find instructions to these items that would be great!
Thanks!
http://q55.43a.myftpupload.com/February 21, 2018 at 8:00 am #216861Victor FontModerator1. Your site header is white
2. Change the background-color of the navigation bar in .nav-primary .wrap at line 1348 in style.css
3. The site title is black
4. Change the padding in .home-featured .widget at line 1406 in style.cssIt would be of great benefit to you if you learn to use your browser's built-in inspection tool: https://victorfont.com/how-to-use-your-browsers-inspect-tool/
Regards,
Victor
https://victorfont.com/
Call us toll free: 844-VIC-FONT (842-3668)
Have you requested your free website audit yet?February 22, 2018 at 10:20 am #216900cletchParticipantThanks, will do. I'm between programmers right now and it's easier to try to figure it out than to find someone to do this. Hopefully the tool you mentioned will overcome the caching issue too. That is driving me crazy.
February 22, 2018 at 11:34 pm #216915Victor FontModeratorThe built in browser inspection tool will not help with caching. When making changes, it's easiest to turn caching off.
Regards,
Victor
https://victorfont.com/
Call us toll free: 844-VIC-FONT (842-3668)
Have you requested your free website audit yet?February 23, 2018 at 1:52 pm #216931cletchParticipantThat's my issue I guess. I don't have caching set up on the website. I've cleared browser history etc. There isn't anything I can turn off. I'm assuming the caching is happening on the server? I was able to see the color changes after I went back a couple of days later.
What I was primarily looking for in my initial question was a tutorial on how to move the navigation bar to below the header and to the right. I spent a lot of time searching but could not find anything...
February 23, 2018 at 4:16 pm #216936Victor FontModeratorMoving the nav bar won't make it any easier to change the color. It will just move it.
When you say move it below and to the right, move it below the header? Or move it into the header-right widget area?
If the former, remove these two lines from functions.php:
/* Reposition the primary navigation remove_action( 'genesis_after_header', 'genesis_do_nav' ); add_action( 'genesis_before_header', 'genesis_do_nav' );
If the latter, edit the menu and remove it from the primary navigation location. Then, use the WordPress navigation widget in the header-right widget area.
Regards,
Victor
https://victorfont.com/
Call us toll free: 844-VIC-FONT (842-3668)
Have you requested your free website audit yet? -
AuthorPosts
- The forum ‘Design Tips and Tricks’ is closed to new topics and replies.