Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #160027
    pstationpub
    Participant

    Hello 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!

    #160073
    Skandha
    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,
    Skandha

    #160277
    pstationpub
    Participant

    I 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.

    #160291
    Skandha
    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,
    Skandha

    #160455
    pstationpub
    Participant

    Thank you very much! That is all I needed! Very nice theme and great support!

    #160456
    pstationpub
    Participant

    And 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?

    #160466
    Skandha
    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

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Help with this theme’ is closed to new replies.