Questions concerning menu, header, footer, slider…

Hello:

The site url is jameselamfishing.com

Questions are as follows:

#1. When you click on "Media" in the main menu, "Tournament Results" turns yellow and stays yellow. It should remain white unless hovered over and/or clicked on. In this scenario, the only menu item in "yellow" should be "Media". All others should remain white. How may I fix this problem?

#2. I would like to make the "responsive menu" icon white, then yellow on hover and click - like the main menu. How can I do that? It’s blue now, and difficult to see on the blue page header image (used on all but home page).

#3. The header image (on all but home page) shifts/moves a little when navigating between pages. Any suggestions on how I can keep that from happening, so that it stays at the same size and position at all times? The image is one 1920 x 200 px jpeg.

#4. I would like to delete the thin rule that goes horizontally across the footer area – above the ©. Or change it to the background color. How can I do that?

#5 On the front/home page slider, a small, white box appears near the center of the slider, between transitions. Any Idea what causes that and how I may be able to get rid of it? The slider was built with Revolution Slider.

#6 How do you change the color of the "masonry blog tiles/background"? I tried setting the color on all "Posts" pages, under "ADVANCED"/Background Color (for Blog Masonry Tiles) to #0c141d (blue/black), BUT they remained white. Right now, I have it set back to default blog layout (Classic?). But I would prefer masonry layout on the background color (no visible boxes). Is that doable?

Thank you!

I hope that is it. Thanks for your assistance.


Comments

  • Hi,

    1) Tournament result is parent for Media item and that's why is active. So everything is fine here.

    2) To change responsive icon colors, please use below css:
    #Top_bar a.responsive-menu-toggle { color: #000 !important; }
    #Top_bar a.responsive-menu-toggle:hover { color: #000 !important; }
    However, it is not possible to change this color for active statement.

    3) This is not possible unfortunately because for that is responsible JS which starts at the end. You can try to deactivate Nice Scroll only under Theme options > Addons & Plugins > Addons section and maybe this would help you a little. If not, then we do not have other solution for this behave.

    4) You can remove this line with:
    #Footer .footer_copy { border-top: 0 !important; }
    5) We do not see any box here.

    6) If you will send us url to page where you got these item, we'll see how this can be done.
  • Hello.

    I did as you suggested and issues 2, 3 and 4 are now resolved. Thank you!

    I think issue #4 is a load-time issue. I have negated it, for the most part, by using smaller image file sizes in the slider. Only shows on opening frame upon landing, now.

    Here is the specific url for question 6).

    http://jameselamfishing.com/news/

    What I wnat to do is make the blog tile/boxes the same dark color as the background. Or, make them "invisible". I don’t want white boxes. Is that possible to do?

    One more thing. Is there anyway I can make the copyright "©" type smaller, without making all "paragraph" copy/type smaller? If so, how? I would like to make it about 9 pt, for instance.

    Thanks again!
  • edited December 2015
    Thanks for the url. So to make those blog boxes transparent, please use below css:
    .masonry:not(.tiles) .post-item { background: transparent !important; }
    However, to make just "©" smaller, you need to modify theme files. If you want to do this, you can do under footer.php file.
Sign In or Register to comment.