Community Forums › Forums › Archived Forums › General Discussion › Making Home Page Uniform HELP PLEASE :)
- This topic has 8 replies, 3 voices, and was last updated 9 years, 3 months ago by
carasmo.
-
AuthorPosts
-
November 3, 2015 at 11:14 am #170019
lianam
MemberHello. I really, really need someone's help with this. On the site that is using the Enterprise theme, I don't know how to make the Home Page have the same background (gray box around the body/text and image) as the other pages of the site. Is it something as simple as changing it to a different layout or does this require coding? If so, can you PLEASE tell me what code to use and exactly where to put it? I would very much appreciate this and am desperate to fix it. THANK YOU in advance.
http://hdfamilylawgroup.com/November 3, 2015 at 11:30 am #170022Victor Font
ModeratorChange the body class background color to #F5F5F5 at line 165 in style.css.
Regards,
Victor
https://victorfont.com/
Call us toll free: 844-VIC-FONT (842-3668)
Have you requested your free website audit yet?November 3, 2015 at 11:38 am #170025lianam
MemberHi Victor, thank you! I got the background color changed and now I need there to be a white box around the text areas like on the rest of the pages. I apologize for mixing this up earlier and not stating that. 🙂
Now the home page is like this: http://hdfamilylawgroup.com/
and I need there to be the white box around the text areas like this: http://hdfamilylawgroup.com/about-us/
November 3, 2015 at 7:40 pm #170098lianam
Memberbumping this one up since I still desperately need help. 🙂
November 3, 2015 at 8:35 pm #170105carasmo
Participant.home-top-left.widget-area.three-fourths.first, .home-top-right.widget-area.one-fourth { background:#fff; padding:20px; margin-top:30px; border:1px solid #eee; }
Same style.css put it last but not inside the media query.
You created these divs and the classes are used for styling. Get some developer tools and a good CSS tutorial (TeamTreehouse has videos!) if you continue to do this type of work. You should be able to charge for outside help, like pad each estimate with an extra few hundred dollars to use towards help or pro plugins like drag and drop (like beaver builder) and so forth. That will help you rock.
November 3, 2015 at 8:45 pm #170106lianam
MemberAgain, that worked beautifully. Any idea how to swap the logo and addresses in the header or will that ruin things?
Thank you so much again! And thank you for the tutorial advice. 🙂 I appreciate you very much.
November 3, 2015 at 9:16 pm #170108carasmo
ParticipantThe header is nice and balanced now, if you swap them it will be off balance, you can take a screen shot and move stuff around in Photoshop to see what I mean. Plus you can't really move over the logo between the widgets without going into the functions.php file and do a lot of re-working as far as I can think of, such as unregistering widgets, adding custom widgets, moving the site title hook at a different priority -- yeah really beyond the scope of help on the forum.
November 3, 2015 at 9:32 pm #170110lianam
MemberI figured it was something too crazy and complicated. 🙂 Again, I appreciate your help so very much. You're amazing!
November 5, 2015 at 6:21 am #170202carasmo
Participant -
AuthorPosts
- The forum ‘General Discussion’ is closed to new topics and replies.