Yes as said it will work depending on browser and system.
I visited your shared site but didn’t see provided CSS code anywhere in the page or child theme style.css file.
Where have you added it?
Sure shufflehound recommends the developer https://www.upwork.com/freelancers/~011652ffec8865c6d5 who is very good in WordPress and jevelin theme development.
Then as did for columns in the following topic, please do the same for section you are using to contain those columns.
https://support.shufflehound.com/forums/topic/center-columns/
Solution for this topic
The issue is fixed in the following latest version of Jevelin theme.
Please login to access this file
The issue is fixed in the following latest version of Jevelin theme.
Please login to access this file
The issue is fixed in the following latest version of Jevelin theme.
Please login to access this file
The issue is fixed in the following latest version of Jevelin theme.
Please login to access this file
In the following latest version of Jevelin theme you can change Partners widget speed from its settings as shown in the attached screenshot.
Please login to access this file
Actually it’s hard to achieve the exact same result as it is custom post type but you can achieve a bit similar result by adding the following CSS code in the Custom CSS code option of your theme on the below path.
Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code
div#wrapper {
background-image: url(//wordpress1610023.home.pl/autoinstalator/wordpressplus/wp-content/uploads/2016/04/stock-photo-setangi-beach-landscape-398638846.jpg);
background-color: #262626;
background-repeat: repeat-x;
}
.content-container.sh-page-layout-default {
background: transparent;
}
Solution for this topic
Please change its order to image then text for all sections then i will develop custom CSS code to display alternatively text before image on desktop.
You are most welcome here 🙂
I hope you are well today and thank you for your question.
Could you please share me the screenshot from the admin area where you are adding that text so that i can help you?
Best regards,
Shufflehound team
I hope you are well today and thank you for your question.
You can try changing it by adding the following CSS code in the Custom CSS code option of your theme on the below path.
Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code
::selection { background: #000; }
::-moz-selection { background: #000; }
::-webkit-selection { background:#000; }
You can change the color value in the above code to whatever you want to use by referring the following pages.
http://www.w3schools.com/html/html_colors.asp
http://www.w3schools.com/html/html_colorvalues.asp
http://www.w3schools.com/tags/ref_colorpicker.asp
Please note that only Safari and Firefox are supporting this and some of the most recent version of chrome browser.
Best regards,
Shufflehound team
It seems this is happening due to some CSS conflict on your site.
To change all your navigation links to pink color add the following CSS code in the Custom CSS code option of your theme on the below path.
Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code
#page-container .sh-header .sh-nav > li.menu-item > a{
color: #ec176e !important;
}
I logged in to your shared site and saw the theme settings are loading as shown in the attached screenshot.
Please advise.
Hi @amandaemonaghan,
I hope you are well today and thank you for your question.
In the browser tab the page title is displayed so to change it you have to either change page title or use some plugin or develop custom code to change only browser title without changing page title.
Please see the information provided on the following pages.
https://developer.wordpress.org/reference/hooks/wp_title/
https://yoast.com/wordpress-seo/#titles
Best regards,
Shufflehound team
Hi @soppliger,
I hope you are well today and thank you for your question.
Could you please share me the page URL from your site where it is displaying so that i can help you to achieve it?
Best regards,
Shufflehound team
You are most welcome here 🙂
You are most welcome here 🙂