- This topic has 6 replies, 2 voices, and was last updated 4 years, 10 months ago by
Skandha.
-
AuthorPosts
-
November 24, 2018 at 8:39 pm #160027
pstationpub
ParticipantHello I am using this theme here: http://rgz.1b4.myftpupload.com/ and am having a few issues:
1. My widgets are appearing on EVERY screen instead of the screen I am editing. How do I fix this?
2. I have a white bar just above my footer I cannot seem to get rid of.
3. My “menu” page is showing the Archive and I cannot delete it.
4. The right column of my contact us page needs to have a black background, and I cannot figure out how to change it.’
Can someone please help me? I am new to word press and I would very much appreciate the assistance. Thank you!
November 25, 2018 at 9:19 pm #160073Skandha
Participant@pstationpub:
1. Do you mean that you want the widgets to appear on a specific page?2. To get rid of the white bar above footer
Go to => Appearance => Customize => Additional CSS and add the following CSS Code.article { margin:0 !important; }
3. I wasn’t able to follow you. Could you please explain me further?
4. The right column of your contact us page already has a black background. Were you able to fix this?
Let me know if this helps you out.
Kind Regards,
SkandhaNovember 27, 2018 at 10:03 pm #160277pstationpub
ParticipantI was able to use CSS to fix these issues. I also had to switch a plugin I was using for the “restaurant menu” to resolve issue 3.
The only remaining issue was the white bar at the bottom which your code fixed perfectly.
While this post is still open, is there a way to make the text in the news ticker slightly larger?
Thank you for your support! Very pleased.
November 28, 2018 at 12:42 am #160291Skandha
Participant@pstationpub: To make the text on the News Ticker larger
Go to => Appearance => Customize => Additional CSS and add the following CSS Code..new-ticker-text { font-size:20px; }
You can change the font size according to your choice.
Let me know if this does the trick!
Kind Regards,
SkandhaNovember 29, 2018 at 7:42 pm #160455pstationpub
ParticipantThank you very much! That is all I needed! Very nice theme and great support!
November 29, 2018 at 8:45 pm #160456pstationpub
ParticipantAnd it seems I may need one more thing. I really appreciate all the help. On this page http://prairiestationpubandgrill.com/specials/ I want to make the image in the background, be the background for the entire page, not behind the “box” like in the customize options, but the post background? I hope that makes sense. Is there a way to do this?
November 30, 2018 at 12:07 am #160466Skandha
Participant@pstationpub: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.
.page-id-752 .site-content .wrapper { background-color:rgba(255,255,255,0) !important; } .page-id-752 .site-main .hentry { background-color:rgba(255,255,255,0) !important; } .page-id-752 .fl-node-5bfdf3ac0f2da > .fl-row-content-wrap { background-image:none; }
Let me know if this is what you want!
Kind Regards,
Skandha -
AuthorPosts
- The topic ‘Help with this theme’ is closed to new replies.