Home › Forums › Pro Themes › WEN Corporate Pro › Menu on IPHONE
Tagged: menu, responsive
- This topic has 15 replies, 2 voices, and was last updated 7 years, 7 months ago by wensolutions.
-
AuthorPosts
-
March 28, 2017 at 9:45 am #37120james.salisburyParticipant
when browsing the site from a smart phone the menu is way over to the left, need to get this sorted ASAP. please help.
Also the welcome widget and service buttons on the front page do not change colour, just blue only.
March 28, 2017 at 12:21 pm #37125wensolutionsKeymasterHello @james-salisbury,
Thank you for contacting support.
Theme originally have no issue with accessing the menu in responsive view as you can also refer to this demo:
http://demo.wenthemes.com/wen-corporate-pro/
Therefore, we would like to request you to check and confirm this case by disable all the third-party plugins and enabling them one by one to distinguish any conflicting plugin.
Similarly the case of color option in customizer.
Secondly, if you have added any custom CSS then consider removing them to clean check those issues.
If still the problem persists, kindly revert to us.
Thanks
March 29, 2017 at 4:22 am #37200james.salisburyParticipantI have deactivated all plugins and the menu is still the same, is odd you saying there is no problem as i’m in the middle of another site using the same theme and it also does it on there too http://46.32.240.39/salisburyuk.co.uk/stratfordtile/
Also where is the setting to change the welcome widget colour? and the services button widget colour?
March 29, 2017 at 5:00 am #37233wensolutionsKeymasterHello @james-salisbury,
The issue about the menu has been noted as known issue and we are currently working on this . We will be releasing the update fixing the issue soon and we will let you know.
For the quick fix we are providing some CSS code, so Paste the below given CSS by going to Admin Panel > Appearance > Customize > Additional CSS.
@media only screen and (max-width: 479px){ .site-layout-fluid #main-nav .container { width: 100%; } }
Also to change the color of the widget please go to Admin Panel > Appearance > Customize > Color Options > Home Page Widget Color Options. Here you will find the options to set the color for different section in widget.
Hope this helps.
If you have any issue further, please let us know.
Best Regards!!
March 31, 2017 at 5:18 am #37494james.salisburyParticipantHi thank you for giving me the css code that has worked well, however the colour in the widget area still wont change, see picture attached.
Also I am trying to get a black background in the same front page area with white text and white icon outline etc. I have circled them on the image attached.
Thanks for helping I’m new to wordpress and webdesign.
http://46.32.240.39/salisburyuk.co.uk/stratfordtile/March 31, 2017 at 5:19 am #37495james.salisburyParticipanthow do I send you my picture
March 31, 2017 at 6:13 am #37497wensolutionsKeymasterHello @james-salisbury,
The issue has been noted as known issue and we are currently working on this . We will be releasing the update fixing the issue soon and we will let you know.
For the quick fix we are providing some CSS code, so Paste the below given CSS by going to Admin Panel > Appearance > Customize > Additional CSS.
.featured-page-widget.entry-content span { color: #fff !important; } h2.widget-title span { color: #fff !important; } h3.service-item-title { color: #fff; }
Also use a tool to take a screen shot like light shot and place the link of the screen shot taken in the the link field .
http://image.prntscr.com/image/7ee4a80ebc314e22a084ca0f07a3b676.png
Hope this helps.
Best regards!!
March 31, 2017 at 6:34 am #37498james.salisburyParticipantApril 3, 2017 at 9:04 am #37732james.salisburyParticipantDid you get my screen shot? as you can see the icons and background are still blue
April 4, 2017 at 2:08 am #37800wensolutionsKeymasterHello @james.salisbury,
We didn’t get the screenshot.Even though, we have inspect your site as you have provided your site url.
As you are trying to get a black background in the same front page area with white text and white icon outline, please go to Admin Dashboard>Customize>Additional CSS and paste the below CSS..wen_corporate_service_widget .service-block-item:hover i { background: #fff; color:#000 !important; } #sidebar-front-page-widget-area h3 { color: #fdfdfd; }
Hope this helps,
Best Regards!!April 6, 2017 at 11:04 am #38006james.salisburyParticipantI am trying to change the icons in the welcome front page widget from blue to red, also the services icons from blue to red.
April 7, 2017 at 12:45 am #38052wensolutionsKeymasterHello @james-salisbury,
To change the colors in the sections you have mentioned use below given CSS.
aside#wen-corporate-welcome-3 { background-color: #dd3333 !important; } .wen_corporate_service_widget .service-block-item:hover i { background-color: #dd3333; }
Hope this helps.
Best Regards!!
April 10, 2017 at 3:43 am #38207james.salisburyParticipantGreat That Worked but also the slider buttons and caption
April 10, 2017 at 4:16 am #38214wensolutionsKeymasterHello @james-salisbury,
To change the color of the slider buttons and caption use below given CSS.
#main-slider .pager-box.cycle-pager-active { background-color: #dd3333; } #main-slider.design-2 .cycle-caption { background: #dd3333; }
Hope this helps.
Best Regards!!
April 10, 2017 at 6:53 am #38240james.salisburyParticipantThe buttons worked but its just the blue line within the slider caption not the whole background of the caption.
Regards
James
-
AuthorPosts
- You must be logged in to reply to this topic.