Forum Replies Created
-
AuthorPosts
-
wensolutions
KeymasterHello @Ben Williams
For the solution of your problem you need to add custom CSS.
For this your need to go to Admin Panel / Appearance / Customize / Theme Options / Custom CSS.
Here you need to copy and paste below code:.bp-directions a { color: #028484; }Note: Change the HEX value of the color to the color of your choice.
Hope this will help to resolve your issue.
Let us know how it goes.Best Regards!!!!
wensolutions
KeymasterHello @ToAddY
Sorry to inform you that the feature that you are explaining is easily available in pro version of this theme.
You will be able to change the header text without changing it in the …inc/hook/custom.php file in pro version of this theme.
You can find other more awesome features in pro version of this theme.
You can check the features of pro version of theme here
http://themepalace.com/downloads/travel-eye-pro/Hope this will help you.
Best Regards!!!!
wensolutions
KeymasterHello @afuller
Sorry to inform you that your given site URL still shows 404 error as you can see below attachment.
https://www.dropbox.com/s/ytcq3yvuq4ji786/site.png?dl=0
Regards!!!
wensolutions
KeymasterHello @Ghislain
Can you please provide us your site URL so that we can debug your issue further more and provide you with some possible solution.
Best Regards!!!
wensolutions
KeymasterHello @afuller
You both the given site URL doesn’t seem to respond right now so we are unable to debug you issue.
Please fix this so that we can debug your issue and provide you with some possible solution.Regards!!!
wensolutions
KeymasterHello @Ohrtmann
Nice to know that the problem has been solved. If there are any further query, then, please feel free to post them.
We will really appreciate if you could help us too by rating our theme in WordPress repo here:-
https://wordpress.org/support/view/theme-reviews/wen-corporateRegards
CHEERS!!!wensolutions
KeymasterHello @Arman
To disable text offset but through child theme.
First you need to create and activate child theme.
Reference here for child theme: https://codex.wordpress.org/Child_ThemesAfter successfully creating child theme, now in you main theme’s folder you will see content-single.php file.
Copy this particular file from parent theme into child theme’s folder.
Now in that file in line no: 49 you will see below code:<?php if( $profitmag_settings['profitmag_socialshare_setting'] ){ ?>Now you need to cut the code from line no: 49 – 99, then you need to insert this bit of code after line no: 101, which would be after the below line:
<div class="post-content">If you are getting confused in line no: please refer to original file in parent theme.
Note: Make the changes in child theme.
Hope this will help to resolve your issue.
Let us know how it goes.Regards!!!
wensolutions
KeymasterHello,
Hope you are having a good day,
To solve your issue we have three custom CSS with us you can use either one according to your preference by adding them on Dashboard -> Appearance -> Customize -> Theme Options -> Advanced Options,The first custom CSS will align the site title center to the logo. If you want this result please paste this custom CSS and ignore others.
.site-title { font-size: 30px; margin-top: 37px; }The second custom CSS will center the site title, tagline and logo. But the site title will be besides the logo. If you want this result please paste this custom css and ignore others.
@media only screen and (min-width: 801px){ .site-branding { position: relative; left: 25%; } }Or if you would want to center the site title, tagline and logo on the center and move the site tagline and title below the logo add the Custom CSS below. If you want this result please paste this custom CSS and ignore others.
@media only screen and (min-width: 801px){ .site-branding { position: relative; left: 25%; } #site-identity { float: left; margin-top: 10%; right: 19%; position: relative; } }We hope it helps,
Best regards.wensolutions
KeymasterHello @ec_admin
Hope you are doing well.
Your query can be solved using some custom CSS.
For this you need to go to Admin Panel -> Appearance -> Customize -> Theme Options -> Custom CSS.
Here you need to copy and paste below code according to your need.1. For changing service section hover:
.box-container .box-inner:hover .box-content { background-color: #A6754B; }2. For back to top button color:
.evision-back-to-top { background: #A97951 none repeat scroll 0 0; }2.1 For back to top button hover color:
.evision-back-to-top:before{ background-color: #F48024 !important; }3. For slider arrow button in main slider:
.evision-wrap-banner .controls #bizlight-prev i, .evision-wrap-banner .controls #bizlight-next i { color: #fff; // for icon color background-color: #4CAF50; // for background color }3.1 For slider arrow button hover color in main slider:
.evision-wrap-banner .controls #bizlight-prev i:hover, .evision-wrap-banner .controls #bizlight-next i:hover { background-color: #337ab7; }Note: Change the HEX value of the color according to your need.
Hope this will help to resolve your issue.
Let us know how it goes.Best Regards!!!
wensolutions
KeymasterNice to know that the problem has been solved. If there are any further query, then, please feel free to post them.
We will really appreciate if you could help us too by rating our theme in WordPress repo here:-
https://wordpress.org/support/view/theme-reviews/education-hubThanks.
wensolutions
KeymasterNice to know that the problem has been solved. If there are any further query, then, please feel free to post them.
We will really appreciate if you could help us too by rating our theme in WordPress repo here:-
https://wordpress.org/support/view/theme-reviews/photo-perfectThanks.
wensolutions
KeymasterHello,
You can add the below given custom css to Dashboard -> Appearance -> Customize -> Theme Option -> Advanced Options to remove the date and author
.entry-meta { display: none; }Hope it helps.
Best regards.wensolutions
KeymasterHello @dbresnick
Can you please provide us your site URL so that it will be easy for us to debug your issue and provide you with some possible solution.
Best Regards!!!
wensolutions
KeymasterHello @grfx
For social icons to be displayed in header you need to follow the steps below:
First you need to create new menu ( e.g: Social ), After that you need to add custom links to the menu.
After adding necessary social links then save the menu. See the attachment below:

Then after creating the menu you need to manage its location by going to Admin Panel / Appearance / Menus as shown in below image.

Now at last you need to enable social menu in header.
For this you need to go to Admin Panel / Appearance / Customize / Theme Options / Header Options.
Here you need to check the check-box Show Social Icons.Now you are done.
Hope this will help you.
If you have any confusion feel free to query.
Let us know how it goes.Best Regards!!
wensolutions
KeymasterHello,
Please create a new thread for the issue so that we can sort out the issues and provide efficient support.Best regards.
-
AuthorPosts





