- NewspaperCreate Custom Code with the browser’s Inspector or the Live CSS Box
- NewspaperScroll Animation
- NewspaperWP Rocket and Newspaper Theme: Optimization Guide
- NewspaperHow to setup Twitch for Social Counter
- NewspaperModal Popup
- NewspaperFlex Block Settings Guide
- NewspaperAutoptimize Plugin – install and configuration
- NewspaperAdding Multiple Authors to Your Articles
- NewspaperDesign your Post Pages using the Cloud Library Templates
- NewspaperBig Grid Flex Settings
- NewspapertagDiv Composer Tutorial
- NewspaperTheme modules and blocks
- NewspaperThe Mobile Theme
- NewspaperCompare theme files – Winmerge tutorial
- NewspaperUsing Other Ads
- NewspaperBlock settings tutorial
- Using custom fonts
- Using typekit fonts
- NewspaperChild Theme Support
- NewspaperHow to Make the Site Faster
Hi,
Please add this custom css in Newspaper>Theme panel>Custom code>Custom css
https://www.screencast.com/t/JOEFkIlU
.td-slide-smart-list-2 {
background-color: lightgray;
}
.td-slide-smart-list-2 img{
display: block;
margin-left: auto;
margin-right: auto;
}
This css work only for smart list 2, if you want to use the same css on other smart list just change the number of smart list from css
Thanks.
Hi,
Unfortunately there is no option for this, but you can use a template from tagDiv Cloud Library fro post templates, and edit it how you want ( remove the title posts)
https://www.screencast.com/t/R74pps2Kgo
Or you can use a custom css, but the better way is the template.
Thank you for your understanding.
Hi,
In order to hide the number of follows please add this custom css in Newspaper>Theme panel>Custom code>Custom css
.td-social-list .td_social_info {
display: none;
}
https://www.screencast.com/t/NkxrIw1pLR4O
Thank you for your understanding.
Hi,
In order to hide the category from the homepage please add this css in Newspaper>Theme panel>Custom code>Custom css
.home .td-post-category{
display: none;
}
Thank you.
Hi,
1. In order to hide the category from the homepage please add this css in Newspaper>Theme panel>Custom code>Custom css
.home .td-post-category{
display: none;
}
2. The theme get the date set on WordPress format, please go in Settings> General and set the date format you want or custom
Customizing the Time and Date -> https://codex.wordpress.org/Formatting_Date_and_Time
https://www.screencast.com/t/DXuQOVD0
Thanks.
Hi,
2. Please add this custom css in newspaper>theme panel>custom code>custom css>
.td-pb-row [class*="td-pb-span"] {
padding-right: 0px;
}
without -> https://www.screencast.com/t/ekFR9BxVp2
with css -> https://www.screencast.com/t/q6gAxzJFtl7U
Hope this will help you.
Thank you for your understanding.
Hi,
In order to remove that background image you need to go in Newspaper>Theme panel>Footer Footer settings and click on edit footer page
https://www.screencast.com/t/3Bm1tUAD
Click on the footer row, change to CSS and remove the background image, save and see if the problem disappear.
https://www.screencast.com/t/MUbuiZJBN0F
Thank you.
Hi,
I can’t view the image you posted – https://www.screencast.com/t/n68iIEwm
The theme javascript is minified, the CSS can be minified. So the problem would be with this inline javascript you mention.
Does the same happen if you test with no plugins except theme plugins active (clear cache before testing if possible)?
Hi,
You could to that with some CSS, something like this for example
– http://prntscr.com/lnmet6
.td-module-thumb .entry-thumb {
border-radius: 10px;
}
Thanks
Hi,
Please a the below custom css in Newspaper>Theme panel>Custom code>Custom css
@media (max-width: 767px){
.td-grid-style-1 .td-module-meta-info {
margin-bottom: -150px!important;
}
}
https://www.screencast.com/t/NSUzPygy1
Hope this is what you need.
Thank you.
Hi,
The code in the custom CSS is loaded at a later time, so the images may appear in their initial position, and then the custom CSS will be loaded.
A solution would be to load the custom code with the theme stylesheet, try to enter it there at the end (there you have to wrap the code for each device in media queries)
– https://www.screencast.com/t/wRx3yytYXUvm
– https://www.screencast.com/t/khP8q3CV
– https://www.screencast.com/t/HdcoMy3o
This effect should be reduced or removed if you will use a caching plugin to serve cached content to website visitors (non-logged in).
You could reduce the images with CSS by setting a max-width to them (height should be auto). Maybe that will work, you could try it. Further positioning or CSS code you use should not affect the image quality. Basically this is what retina does, displays double the image size.
Hello,
You should to change the values from the code below and place it in Theme panel -> Custom CSS area.
The code is here ->
.td-fast-news .td-header-wrap .td-header-menu-wrap-full, .td-fast-news .td-header-menu-wrap.td-affix {
background: linear-gradient(to right, #b9035b 0, #ef0a32 25%, #8b0081 100%) !important;
}
Thanks.
Hi,
Please read this topics -> https://forum.tagdiv.com/topic/website-is-slow-to-load/
-> https://forum.tagdiv.com/topic/defer-parsing-of-javascript/
-> https://forum.tagdiv.com/topic/page-has-1-blocking-css-resources-js_composer-min-css-ver4-11-2/
Thank you for your understanding.
Hi,
I’m trying to modify an existing theme and wanted to know how to modify theme colors outside of the main editor? I’ve managed to change all but one color so was wondering if I needed custom CSS to modify it. Thanks.
edit. nevermind, I figured it out!
Hello,
Hi,I have a question.
I’ve tested my site on GTmetrix and in PageSpeed section my results are as follows: Minify Js = 99 Minify Css:99 however in Yslow section Minify JavaScript and CSS score = 0.
I’ve send a ticket to the support team of the GTmetrix and this is the e-mail that they send me:
“You have inline JavaScript that is causing the Minify JavaScript/CSS to be triggered
How can I fix it ?
Hi,
1)You need to use a bit of CSS code for that.
div.entry-crumbs, div.entry-crumbs a {
color: red;
}
The result is here -> https://www.screencast.com/t/hyQQQ1MUoER9
2)Try the code below and place it in Theme panel -> Custom CSS area.
.td-category-header .td-pulldown-filter-list{
background-color:red;
}
.td-category-header .td-pulldown-filter-display-option {
background-color: red;
color: green;
}
.td-category-header .td-pulldown-category-filter-link {
color: green;
}
The result is here -> https://www.screencast.com/t/58COoyQ5UMc
3)Try the code below ->
.td-pulldown-filter-display-option li:nth-child(5) {
display: none;
}
See resulsts:https://www.screencast.com/t/Vd62Z5zk
Hope this helps!
Thanks.
Hi,
If you use WPBakery page builder the full grids may not display same as with the tagDiv composer. In this case it seems to be bigger in height. Try to use this code in The theme panel custom CSS section
– http://prntscr.com/lnhx8p
It should make the full big grid look as it should.
.td_block_big_grid_fl_8 .td_module_mx25 {
padding-top: 14%;
}
.td_block_big_grid_fl_8 .td_module_mx19 {
padding-top: 28%;
}
You could also use the flex grids, these can have stretched widths and many other customization options as well
– https://www.screencast.com/t/t6Fz8ddh
But these are only available in the tagDiv composer.
Thanks
Hello,
First of all regarding question 2: I’m not using the theme mobile , please see the picture and read what I wrote to understand what is my problem.
I gave that CSS code to help NEWSPAPER theme to support RTL in next update, I’m trying to find issues with RTL and fix them. the CSS code has no relationship with my 2nd problem.
Hi,
So you want to remove the footer Instagram only on some pages, posts etc. That could be done with some CSS for example
Before – http://prntscr.com/lnhgkw
With code – http://prntscr.com/lnhgpq
By using the unique ID of a post or page it can be removed only on them.
Or you could do it in the code by adding a condition, to not display the Instagram in some pages, something like this for example
– https://www.screencast.com/t/ywEp5gogLab
For Google ads the the CSS solution would not work. It is forbidden to hide them with CSS, unless using media queries
– https://support.google.com/adsense/answer/1354736?hl=en
So hiding them like that is not a solution unless using media queries.
For the page content in pages it would be simple, simply don’t use ad boxes in them. But the header ad and footer ad will still show.
Most users that require more advanced control over the ads are using the Adrotate plugin. I believe this plugin has settings to manage the ads. Some info about it here
– http://www.wpbeginner.com/plugins/how-to-manage-ads-in-wordpress-with-adrotate-plugin/
– https://ajdg.solutions/manuals/adrotate-manuals/
Thanks
Hi,
You should use a bit of CSS code for this ->
.td-header-gradient:before{
display:none;
}
The result is here -> https://www.screencast.com/t/nPlxD6b1z62J
Thanks.
Hi thanks for support! All done except for point 1. I can’t use the theme panel option for logo because I have to put 3 different logos and links! So I used code like screenshots but:
1) why when I refresh pages all 3 logos appear for 1 sec in wrong position?
2) the layout it’s perfect but for smartphone and iPad the quality of logos is low. It’s why I though about retina logos. But in your opinion it’s better put logos bigger and reduce them with css but how? Can u look my code and tell me mistakes or tricks to fix these 2 probs in better way? Thanks a lot guys, hope you ll help me because it’s last detail to change and it’s perfect!
Hello
I am trying to customize colours in the Fast News theme. The gradient from the header menu with custom css:
.td-fast-news .td-header-wrap .td-header-menu-wrap-full, .td-fast-news .td-header-menu-wrap.td-affix {
background: linear-gradient(to right, #ef7934 100%, #ef7934 100%, #ef7934 100%)!important;
}
@media (max-width: 767px){
body .td-header-wrap .td-header-main-menu {
background-color: #ef7934!important;
}
}
don’t know if the code is correct, but I do not want any gradient in the header menu.
Now, when I switch to customize the text colour in the same menu, it overwrites the settings and I get other colours (not the usual red, blue, yellow gradient). I get a gray scheme (which I used before).
Even more strange, everytime I hit refresh, it loads first the standard gradient (red, blue, yellow), then it switches to the custom one, which is anyway the wrong one.
I don’t know if what I wrote makes sense 😛
Hello.
I do know how to do this in the html code. I am more than capable to Google for linking to certain part of page by myself which I did when I was looking for solutions how to do it in Newspaper theme.
But I use TAGDIV Composer and I would like to know how to do it in your theme without going into the code as it feels like I can make some mess with code and it is very difficult look and do changes “raw” code. By the way – when I check code on my “Book Now” page (Pages/Edit) and I can’t even find title “How to book” which I would like to have the link on the page. Can you? I pasted code for you.
So do you have any user friendly solution by using TAGDIV composer or not?
Sincerely,
Dr. Ingrid Fikr
Code:
[vc_row][vc_column][tdm_block_column_title title_text=”V2VsY29tZSUyMHRvJTIwT24tbGluZSUyMEJvb2tpbmclMjBDZW50cmU=” title_tag=”h3″ title_size=”tdm-title-md” content_align_horizontal=”content-horiz-center” tds_title=”tds_title3″ tds_title3-subtitle_text=”One stop shopping for relaxation and wellness” tdc_css=”eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjI1Iiwib3BhY2l0eSI6IjAiLCJkaXNwbGF5IjoiIn19″][/vc_column][/vc_row][vc_row][vc_column tdc_css="eyJhbGwiOnsiY29udGVudC1oLWFsaWduIjoiY29udGVudC1ob3Jpei1jZW50ZXIiLCJkaXNwbGF5IjoiIn19"][tdm_block_button button_text=”SIGNATURE TREATMENTS” button_size=”tdm-btn-sm” button_display=”tdm-block-button-inline” button_icon_position=”” tdc_css=”eyJhbGwiOnsicGFkZGluZy10b3AiOiI1IiwicGFkZGluZy1yaWdodCI6IjUiLCJwYWRkaW5nLWJvdHRvbSI6IjUiLCJwYWRkaW5nLWxlZnQiOiI1IiwiZGlzcGxheSI6IiJ9fQ==” button_url=”https://www.dringrid.ca/signature-treatments/”%5D%5Btdm_block_button button_text=”MASSAGE THERAPIES” button_size=”tdm-btn-sm” button_display=”tdm-block-button-inline” button_icon_position=”” tdc_css=”eyJhbGwiOnsicGFkZGluZy10b3AiOiI1IiwicGFkZGluZy1yaWdodCI6IjUiLCJwYWRkaW5nLWJvdHRvbSI6IjUiLCJwYWRkaW5nLWxlZnQiOiI1IiwiZGlzcGxheSI6IiJ9fQ==” scroll_offset=”-60″ scroll_to_class=”essential-relaxation”][tdm_block_button button_text=”WELLNESS RITUALS” button_size=”tdm-btn-sm” button_display=”tdm-block-button-inline” button_icon_position=”” tdc_css=”eyJhbGwiOnsicGFkZGluZy10b3AiOiI1IiwicGFkZGluZy1yaWdodCI6IjUiLCJwYWRkaW5nLWJvdHRvbSI6IjUiLCJwYWRkaW5nLWxlZnQiOiI1IiwiZGlzcGxheSI6IiJ9fQ==” scroll_offset=”-60″ scroll_to_class=”essential-relaxation”][tdm_block_button button_text=” ENERGY MEDICINE” button_size=”tdm-btn-sm” button_display=”tdm-block-button-inline” button_icon_position=”” tdc_css=”eyJhbGwiOnsicGFkZGluZy10b3AiOiI1IiwicGFkZGluZy1yaWdodCI6IjUiLCJwYWRkaW5nLWJvdHRvbSI6IjUiLCJwYWRkaW5nLWxlZnQiOiI1IiwiZGlzcGxheSI6IiJ9fQ==” scroll_offset=”-60″ scroll_to_class=”essential-relaxation”][tdm_block_button button_text=”PRIVATE MEDITATION” button_size=”tdm-btn-sm” button_display=”tdm-block-button-inline” button_icon_position=”” tdc_css=”eyJhbGwiOnsicGFkZGluZy10b3AiOiI1IiwicGFkZGluZy1yaWdodCI6IjUiLCJwYWRkaW5nLWJvdHRvbSI6IjUiLCJwYWRkaW5nLWxlZnQiOiI1IiwiZGlzcGxheSI6IiJ9fQ==” scroll_offset=”-60″ scroll_to_class=”essential-relaxation”][tdm_block_button button_text=”PRIVATE YOGA” button_size=”tdm-btn-sm” button_display=”tdm-block-button-inline” button_icon_position=”” tdc_css=”eyJhbGwiOnsicGFkZGluZy10b3AiOiI1IiwicGFkZGluZy1yaWdodCI6IjUiLCJwYWRkaW5nLWJvdHRvbSI6IjUiLCJwYWRkaW5nLWxlZnQiOiI1IiwiZGlzcGxheSI6IiJ9fQ==” scroll_offset=”-60″ scroll_to_class=”essential-relaxation”][tdm_block_button button_text=”HYPNOTHERAPY” button_size=”tdm-btn-sm” button_display=”tdm-block-button-inline” button_icon_position=”” tdc_css=”eyJhbGwiOnsicGFkZGluZy10b3AiOiI1IiwicGFkZGluZy1yaWdodCI6IjUiLCJwYWRkaW5nLWJvdHRvbSI6IjUiLCJwYWRkaW5nLWxlZnQiOiI1IiwiZGlzcGxheSI6IiJ9fQ==” scroll_offset=”-60″ scroll_to_class=”essential-relaxation”][vc_empty_space height="30px"][/vc_column][/vc_row][vc_row][vc_column tdc_css="eyJhbGwiOnsiY29udGVudC1oLWFsaWduIjoiY29udGVudC1ob3Jpei1jZW50ZXIiLCJkaXNwbGF5IjoiIn19"][tdm_block_button button_text=”Add-ons” button_size=”tdm-btn-sm” button_display=”tdm-block-button-inline” button_icon_position=”” tdc_css=”eyJhbGwiOnsicGFkZGluZy10b3AiOiI1IiwicGFkZGluZy1yaWdodCI6IjUiLCJwYWRkaW5nLWJvdHRvbSI6IjUiLCJwYWRkaW5nLWxlZnQiOiI1IiwiZGlzcGxheSI6IiJ9fQ==” scroll_offset=”-60″ scroll_to_class=”essential-relaxation” tds_button=”tds_button2″][tdm_block_button button_text=”eGift Cards” button_size=”tdm-btn-sm” button_display=”tdm-block-button-inline” button_icon_position=”” tdc_css=”eyJhbGwiOnsicGFkZGluZy10b3AiOiI1IiwicGFkZGluZy1yaWdodCI6IjUiLCJwYWRkaW5nLWJvdHRvbSI6IjUiLCJwYWRkaW5nLWxlZnQiOiI1IiwiZGlzcGxheSI6IiJ9fQ==” scroll_offset=”-60″ scroll_to_class=”essential-relaxation” tds_button=”tds_button2″][tdm_block_button button_text=”Membership” button_size=”tdm-btn-sm” button_display=”tdm-block-button-inline” button_icon_position=”” tdc_css=”eyJhbGwiOnsicGFkZGluZy10b3AiOiI1IiwicGFkZGluZy1yaWdodCI6IjUiLCJwYWRkaW5nLWJvdHRvbSI6IjUiLCJwYWRkaW5nLWxlZnQiOiI1IiwiZGlzcGxheSI6IiJ9fQ==” scroll_offset=”-60″ scroll_to_class=”essential-relaxation” tds_button=”tds_button2″][tdm_block_button button_text=”Packages” button_size=”tdm-btn-sm” button_display=”tdm-block-button-inline” button_icon_position=”” tdc_css=”eyJhbGwiOnsicGFkZGluZy10b3AiOiI1IiwicGFkZGluZy1yaWdodCI6IjUiLCJwYWRkaW5nLWJvdHRvbSI6IjUiLCJwYWRkaW5nLWxlZnQiOiI1IiwiZGlzcGxheSI6IiJ9fQ==” scroll_offset=”-60″ scroll_to_class=”essential-relaxation” tds_button=”tds_button2″][tdm_block_button button_text=”How To Book” button_size=”tdm-btn-sm” button_display=”tdm-block-button-inline” button_icon_position=”” tdc_css=”eyJhbGwiOnsicGFkZGluZy10b3AiOiI1IiwicGFkZGluZy1yaWdodCI6IjUiLCJwYWRkaW5nLWJvdHRvbSI6IjUiLCJwYWRkaW5nLWxlZnQiOiI1IiwiZGlzcGxheSI6IiJ9fQ==” scroll_offset=”-60″ scroll_to_class=”how-book” tds_button=”tds_button2″][tdm_block_button button_text=”Direct Billing |MVA” button_size=”tdm-btn-sm” button_display=”tdm-block-button-inline” button_icon_position=”” tdc_css=”eyJhbGwiOnsicGFkZGluZy10b3AiOiI1IiwicGFkZGluZy1yaWdodCI6IjUiLCJwYWRkaW5nLWJvdHRvbSI6IjUiLCJwYWRkaW5nLWxlZnQiOiI1IiwiZGlzcGxheSI6IiJ9fQ==” scroll_offset=”-60″ scroll_to_class=”essential-relaxation” tds_button=”tds_button2″][vc_empty_space height="20px"][/vc_column][/vc_row][vc_row][vc_column tdc_css="eyJhbGwiOnsiY29udGVudC1oLWFsaWduIjoiY29udGVudC1ob3Jpei1jZW50ZXIiLCJkaXNwbGF5IjoiIn19"][tdm_block_button button_text=”| CUSTOM THERAPY” button_size=”tdm-btn-sm” button_display=”tdm-block-button-inline” button_icon_position=”” tdc_css=”eyJhbGwiOnsicGFkZGluZy10b3AiOiI1IiwicGFkZGluZy1yaWdodCI6IjUiLCJwYWRkaW5nLWJvdHRvbSI6IjUiLCJwYWRkaW5nLWxlZnQiOiI1IiwiZGlzcGxheSI6IiJ9fQ==” scroll_offset=”-60″ scroll_to_class=”essential-relaxation” tds_button=”tds_button5″ tds_button5-text_color=”#ea967c” tds_button5-text_hover_color=”#000000″][tdm_block_button button_text=”| AT YOUR HOME” button_size=”tdm-btn-sm” button_display=”tdm-block-button-inline” button_icon_position=”” tdc_css=”eyJhbGwiOnsicGFkZGluZy10b3AiOiI1IiwicGFkZGluZy1yaWdodCI6IjUiLCJwYWRkaW5nLWJvdHRvbSI6IjUiLCJwYWRkaW5nLWxlZnQiOiI1IiwiZGlzcGxheSI6IiJ9fQ==” scroll_offset=”-60″ scroll_to_class=”essential-relaxation” tds_button=”tds_button5″ tds_button5-text_color=”#ea967c” tds_button5-text_hover_color=”#000000″][tdm_block_button button_text=”| PRIVATE EVENT” button_size=”tdm-btn-sm” button_display=”tdm-block-button-inline” button_icon_position=”” tdc_css=”eyJhbGwiOnsicGFkZGluZy10b3AiOiI1IiwicGFkZGluZy1yaWdodCI6IjUiLCJwYWRkaW5nLWJvdHRvbSI6IjUiLCJwYWRkaW5nLWxlZnQiOiI1IiwiZGlzcGxheSI6IiJ9fQ==” scroll_offset=”-60″ scroll_to_class=”essential-relaxation” tds_button=”tds_button5″ tds_button5-text_color=”#ea967c” tds_button5-text_hover_color=”#000000″][tdm_block_button button_text=”| CORPORATE” button_size=”tdm-btn-sm” button_display=”tdm-block-button-inline” button_icon_position=”” tdc_css=”eyJhbGwiOnsicGFkZGluZy10b3AiOiI1IiwicGFkZGluZy1yaWdodCI6IjUiLCJwYWRkaW5nLWJvdHRvbSI6IjUiLCJwYWRkaW5nLWxlZnQiOiI1IiwiZGlzcGxheSI6IiJ9fQ==” scroll_offset=”-60″ scroll_to_class=”essential-relaxation” tds_button=”tds_button5″ tds_button5-text_color=”#ea967c” tds_button5-text_hover_color=”#000000″][/vc_column][/vc_row][vc_row][vc_column tdc_css="eyJhbGwiOnsiY29udGVudC1oLWFsaWduIjoiY29udGVudC1ob3Jpei1jZW50ZXIiLCJkaXNwbGF5IjoiIn19"][tdm_block_column_title title_text=”ZS1HaWZ0JTIwQ2FyZHMlMjBDaHJpc3RtYXMlMjBTYWxl” title_tag=”h3″ title_size=”tdm-title-md” content_align_horizontal=”content-horiz-center” tds_title=”tds_title3″ tds_title3-subtitle_text=”Enjoy 20% Off till Dec 24 | Promotion Code RELAXMAS2018″ tdc_css=”eyJhbGwiOnsibWFyZ2luLXRvcCI6IjUwIiwibWFyZ2luLWJvdHRvbSI6IjI1Iiwib3BhY2l0eSI6IjAiLCJkaXNwbGF5IjoiIn19″ tds_title3-f_title_font_size=”30″ tds_title3-f_subtitle_font_size=”13″][/vc_column][/vc_row][vc_row][vc_column][vc_single_image media_size_image_height="200" media_size_image_width="318" image="344" height="200" style="style-3d-shadow" image_url="https://squareup.com/gift/WQNJDWBCT5WZF/order"][/vc_column][/vc_row][vc_row tdc_css="eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ=="][vc_column][tdm_block_inline_text description=”R2l2ZSUyMGRpZ2l0YWwlMjBnaWZ0JTIwY2FyZHMlMjBvZiUyMHdlbGxuZXNzJTIwdG8lMjB5b3VyJTIwZmFtaWx5JTJDJTIwZnJpZW5kcyUyQyUyMGJ1c2luZXNzJTIwcGFydG5lcnMlMjBvciUyMHRvJTIweW91cnNlbGYuJTBBJTNDYnIlM0UlM0NiciUzRSUyMCUwQUdyZWF0JTIwbGFzdCUyMG1pbnV0ZSUyMGJpcnRoZGF5JTJDJTIwZ2V0JTIwd2VsbCUyMG9yJTIwaGFwcHklMjBuZXclMjBob21lJTIwZUdpZnQuJTBBJTNDYnIlM0UlM0NiciUzRSUyMCUwQSUzQ2IlM0VHUkVBVCUyMFZBTFVFJTIwJTdDJTIwQkVBVVRJRlVMJTIwREVTSUdOUyUzQyUyRiUzRQ==” tdc_css=”eyJhbGwiOnsibWFyZ2luLXRvcCI6IjEwIiwibWFyZ2luLWJvdHRvbSI6IjIwIiwiZGlzcGxheSI6IiJ9fQ==” content_align_horizontal=”content-horiz-center”][/vc_column][/vc_row][vc_row tdc_css="eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjIwIiwiZGlzcGxheSI6IiJ9fQ=="][vc_column][tdm_block_button button_text=”Shop eGift Cards” button_size=”tdm-btn-sm” content_align_horizontal=”content-horiz-center” button_url=”https://squareup.com/gift/WQNJDWBCT5WZF/order”%5D%5B/vc_column%5D%5B/vc_row%5D%5Bvc_row%5D%5Bvc_column%5D%5Btdm_block_column_title title_text=”R29sZCUyQyUyMFNpbHZlciUyMGFuZCUyMEJyb256ZSUyME1lbWJlcnNoaXA=” title_tag=”h3″ title_size=”tdm-title-md” content_align_horizontal=”content-horiz-center” tds_title=”tds_title3″ tds_title3-subtitle_text=”Get teh best value | Sign for 12, 6 or 3 months” tdc_css=”eyJhbGwiOnsibWFyZ2luLXRvcCI6IjUwIiwibWFyZ2luLWJvdHRvbSI6IjUwIiwib3BhY2l0eSI6IjAiLCJkaXNwbGF5IjoiIn19″ tds_title3-f_title_font_size=”30″ tds_title3-f_subtitle_font_size=”13″][/vc_column][/vc_row][vc_row][vc_column][tdm_block_column_title title_text=”SE9XJTIwVE8lMjBHVUlERQ==” title_tag=”h3″ title_size=”tdm-title-md” content_align_horizontal=”content-horiz-center” tds_title=”tds_title3″ tds_title3-subtitle_text=”Booking Essentials” tdc_css=”eyJhbGwiOnsibWFyZ2luLXRvcCI6IjUwIiwibWFyZ2luLWJvdHRvbSI6IjI1Iiwib3BhY2l0eSI6IjAiLCJkaXNwbGF5IjoiIn19″ tds_title3-f_title_font_size=”30″ tds_title3-f_subtitle_font_size=”13″][/vc_column][/vc_row][vc_row tdc_css="eyJhbGwiOnsibWFyZ2luLXRvcCI6IjEwIiwiZGlzcGxheSI6IiJ9fQ=="][vc_column width="1/3"][tdm_block_column_title title_text=”SE9XJTIwVE8lMjBCT09L” title_tag=”h3″ title_size=”tdm-title-md” content_align_horizontal=”content-horiz-center” tds_title=”tds_title2″ tds_title3-subtitle_text=”Foundations for relaxation and welness” tdc_css=”eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJvcGFjaXR5IjoiMCIsImRpc3BsYXkiOiIifX0=” tds_title3-f_title_font_size=”30″ tds_title3-f_subtitle_font_size=”13″ tds_title2-f_title_font_size=”20″ tds_title2-line_alignment=”100″ tds_title2-line_height=”1″ tds_title2-line_width=”100″ tds_title2-line_space=”40″ el_class=”how-book”][tdm_block_inline_text description=”VG8lMjBib29rJTIweW91ciUyMGFwcG9pbnRtZW50JTIwY2xpY2slMjBvbiUyMHRoZSUyMGJ1dHRvbiUyMHdpdGglMjB0aGUlMjBuYW1lJTIwb2YlMjBzZXJ2aWNlJTIweW91JTIwcmVxdWlyZS4lMjBDaG9vc2UlMjBkdXJhdGlvbiUyMGFuZCUyMGNsaWNrJTIwb24lMjBwcmljZS4lMEElM0NiciUzRSUyMCUzQ2JyJTNFJTIwJTBBWW91JTIwY2FuJTIwY3VzdG9taXplJTIweW91ciUyMGV4cGVyaWVuY2UlMjB3aXRoJTIwQWRkLW9ucy4lMjBTaW1wbHklMjBjbGljayUyMG9uJTIwdmFsdWUlMjB5b3UlMjB3YW50JTIwdG8lMjBhZGQlMjB0byUyMHlvdXIlMjB0cmVhdG1lbnQlMjBhbmQlMjBtZW50aW9uJTIweW91ciUyMGNob2ljZSUyMG9mJTIwQWRkLW9ucyUyMGluJTIwdGhlJTIwTm90ZXMlMjBib3guJTBBJTNDYnIlM0UlMjAlM0NiciUzRSUyMCUwQVRvbyUyMGNvbXBsaWNhdGVkJTNGJTIwJTIwQ2FsbCUyRlRleHQlMjA0MDMuNjEyLjcyMjYu” display_inline=”yes” tdc_css=”eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjEwIiwiZGlzcGxheSI6IiJ9fQ==” content_align_horizontal=”content-horiz-center”][/vc_column][vc_column width="1/3"][tdm_block_column_title title_text=”SE9XJTIwVE8lMjBQQVk=” title_tag=”h3″ title_size=”tdm-title-md” content_align_horizontal=”content-horiz-center” tds_title=”tds_title2″ tds_title3-subtitle_text=”Foundations for relaxation and welness” tdc_css=”eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJvcGFjaXR5IjoiMCIsImRpc3BsYXkiOiIifX0=” tds_title3-f_title_font_size=”30″ tds_title3-f_subtitle_font_size=”13″ tds_title2-f_title_font_size=”20″ tds_title2-line_alignment=”100″ tds_title2-line_height=”1″ tds_title2-line_width=”100″ tds_title2-line_space=”40″][tdm_block_inline_text description=”WW91JTIwY2FuJTIwcGF5JTIwYnklMjBjYXNoJTJDJTIwY2hlcXVlJTJDJTIwSW50ZXJhYyUyMGUtVHJhbnNmZXIlMkMlMjBQYXlQYWwlMjBvciUyMENyZWRpdCUyMENhcmRzLiUyMDUlMjUlMjBHU1QlMjB3aWxsJTIwYmUlMjBhZGRlZCUyMHRvJTIwdmlzaXRzLiUwQSUzQ2JyJTNFJTNDYnIlM0UlMEFNZW1iZXJzJTIwYXJlJTIwYmlsbGVkJTIwYXV0b21hdGljYWxseSUyMGV2ZXJ5JTIwbW9udGguJTIwVGhleSUyMHBheSUyMHJlbWFpbmluZyUyMGJhbGFuY2UlMjBhZnRlciUyMGVhY2glMjB2aXNpdC4lMEElM0NiciUzRSUzQ2JyJTNFJTBBRHIuJTIwSW5ncmlkJ3MlMjBhbHNvJTIwb2ZmZXJzJTIwSW5zdXJhbmNlJTIwYW5kJTIwTVZBcyUyMERpcmVjdCUyMEJpbGxpbmcu” display_inline=”yes” tdc_css=”eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjEwIiwiZGlzcGxheSI6IiJ9fQ==” content_align_horizontal=”content-horiz-center”][/vc_column][vc_column width="1/3"][tdm_block_column_title title_text=”SE9XJTIwVE8lMjBSRVNDSEVEVUxF” title_tag=”h3″ title_size=”tdm-title-md” content_align_horizontal=”content-horiz-center” tds_title=”tds_title2″ tds_title3-subtitle_text=”Foundations for relaxation and welness” tdc_css=”eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJvcGFjaXR5IjoiMCIsImRpc3BsYXkiOiIifX0=” tds_title3-f_title_font_size=”30″ tds_title3-f_subtitle_font_size=”13″ tds_title2-f_title_font_size=”20″ tds_title2-line_alignment=”100″ tds_title2-line_height=”1″ tds_title2-line_width=”100″ tds_title2-line_space=”40″][tdm_block_inline_text description=”SWYlMjB5b3UlMjBhcmUlMjBzaWNrJTJDJTIwb3IlMjBhcmUlMjBvdGhlcndpc2UlMjB1bmFibGUlMjB0byUyMGF0dGVuZCUyMGZvciUyMHlvdXIlMjBhbGxvdHRlZCUyMHRpbWUlMkMlMjByZXNjaGVkdWxlJTIweW91ciUyMHNlc3Npb24lMjB2aWElMjBib29raW5nJTIwc3lzdGVtJTIwb3IlMjBjb250YWN0JTIwRHIuJTIwSW5ncmlkJTIwdG8lMjBtYWtlJTIwb3RoZXIlMjBhcnJhbmdlbWVudHMuJTIwJTBBJTNDYnIlM0UlMjAlM0NiciUzRSUyMCUwQVBsZWFzZSUyMG5vdGUlMjB0aGF0JTIwMjQlMjBob3VycyUyMG5vdGljZSUyMGlzJTIwcmVxdWlyZWQlMjBmb3IlMjB0aGUlMjBjYW5jZWxsYXRpb24lMjBvZiUyMGFuJTIwYXBwb2ludG1lbnQuJTIwRnVsbCUyMHBheW1lbnQlMjBpcyUyMGNoYXJnZWQlMjBmb3IlMjBhJTIwbWlzc2VkJTIwYXBwb2ludG1lbnQu” display_inline=”yes” tdc_css=”eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjEwIiwiZGlzcGxheSI6IiJ9fQ==” content_align_horizontal=”content-horiz-center”][/vc_column][/vc_row][vc_row][vc_column][tdm_block_column_title title_text=”SE9XJTIwVE8lMjBQUkVQQVJF” title_tag=”h3″ title_size=”tdm-title-md” content_align_horizontal=”content-horiz-center” tds_title=”tds_title2″ tds_title3-subtitle_text=”Foundations for relaxation and welness” tdc_css=”eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJvcGFjaXR5IjoiMCIsImRpc3BsYXkiOiIifX0=” tds_title3-f_title_font_size=”30″ tds_title3-f_subtitle_font_size=”13″ tds_title2-f_title_font_size=”20″ tds_title2-line_alignment=”100″ tds_title2-line_height=”1″ tds_title2-line_width=”100″ tds_title2-line_space=”40″][tdm_block_inline_text description=”UGxlYXNlJTIwZG9uJ3QlMjBlYXQlMjBhdCUyMGxlYXN0JTIwMiUyMGhvdXJzJTIwcHJpb3IlMjB5b3VyJTIwc2Vzc2lvbi4lMjBCb3R0bGVkJTIwd2F0ZXIlMjBpcyUyMHByb3ZpZGVkJTIwYW5kJTIweW91JTIwY2FuJTIwYWxzbyUyMGJyaW5nJTIweW91ciUyMG93biUyMGRyaW5rLiUyMCUwQSUzQ2JyJTNFJTNDYnIlM0UlMEFCZSUyMGF3YXJlJTIwdGhhdCUyMGRyaW5rcyUyMGNvbnRhaW5pbmclMjBjYWZmZWluZSUyQyUyMHN1Y2glMjBhcyUyMGNvZmZlZSUyQyUyMHRlYSUyMChibGFjayUyQyUyMGdyZWVuJTJDJTIwd2hpdGUpJTJDJTIwY2hvY29sYXRlJTJDJTIwY29sYSUyMGRyaW5rcyUyMGFuZCUyMGVuZXJneSUyMGRyaW5rcyUyMGFyZSUyMGRpdXJldGljJTIwd2hlbiUyMGNvbnN1bWVkJTIwaW4lMjBsYXJnZSUyMGRvc2VzLiUyMFRoZXklMjBkZWh5ZHJhdGUlMjB5b3VyJTIwYm9keSUyMGFuZCUyMHRoaXMlMjBjYW4lMjBoYXZlJTIwYW4lMjBlZmZlY3QlMjBvbiUyMGElMjByYW5nZSUyMG9mJTIwYm9kaWx5JTIwZnVuY3Rpb25zJTIwJUUyJTgwJTkzJTIwZnJvbSUyMHRlbXBlcmF0dXJlJTIwY29udHJvbCUyMHRvJTIwYWJzb3JwdGlvbiUyMG9mJTIwZm9vZC4lM0NiciUzRSUzQ2JyJTNFJTBBJTBBV2VhciUyMGNvbWZvcnRhYmxlJTIwY2xvdGhlcyUyMGVzcGVjaWFsbHklMjBmb3IlMjB5b2dhJTJDJTIwbWVkaXRhdGlvbiUyMGFuZCUyMGh5cG5vc2lzJTIwc2Vzc2lvbnMuJTIwQnJpbmclMjBtb3JlJTIwY2xvdGhlcyUyMHRvJTIwYmUlMjBhYmxlJTIwdG8lMjBsYXllciUyMHRoZW0uJTIwWW91JTIwY2FuJTIwY2hhbmdlJTIweW91ciUyMGNsb3RoZXMlMjBhdCUyMGNsaW5pYy4lMEElM0NiciUzRSUzQ2JyJTNFJTBBQW4lMjBhY2N1cmF0ZSUyMGhlYWx0aCUyMGhpc3RvcnklMjBpcyUyMGltcG9ydGFudCUyMHRvJTIwZW5zdXJlJTIwdGhhdCUyMGl0JTIwaXMlMjBzYWZlJTIwZm9yJTIweW91JTIwdG8lMjByZWNlaXZlJTIwYSUyMHRyZWF0bWVudC4lMjAlMjBJZiUyMHlvdXIlMjBoZWFsdGglMjBzdGF0dXMlMjBjaGFuZ2VkJTIwb3IlMjB5b3UlMjBhcmUlMjBjb21pbmclMjBmb3IlMjBmaXJzdCUyMHRpbWUlMjBwbGVhc2UlMjBmaWxsJTIwdGhlJTIwSGVhbHRoJTIwSGlzdG9yeSUyMEZvcm0lMjB1cCUyMGFuZCUyMGJyaW5nJTIwaXQlMjB3aXRoJTIweW91LiUwQQ==” display_inline=”yes” tdc_css=”eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjEwIiwiZGlzcGxheSI6IiJ9fQ==” content_align_horizontal=”content-horiz-center”][tdm_block_column_title title_text=”QS1aJTIwU2VydmljZXM=” title_tag=”h3″ title_size=”tdm-title-md” content_align_horizontal=”content-horiz-center” tds_title=”tds_title3″ tds_title3-subtitle_text=”Complete list of all services” tdc_css=”eyJhbGwiOnsibWFyZ2luLXRvcCI6IjUwIiwibWFyZ2luLWJvdHRvbSI6IjEwIiwib3BhY2l0eSI6IjAiLCJkaXNwbGF5IjoiIn19″ tds_title3-f_title_font_size=”30″ tds_title3-f_subtitle_font_size=”13″][/vc_column][/vc_row][vc_row][vc_column width="1/4"][tdm_block_column_title title_text=”QS1F” title_tag=”h3″ title_size=”tdm-title-md” content_align_horizontal=”content-horiz-center” tds_title=”tds_title2″ tds_title3-subtitle_text=”Foundations for relaxation and welness” tdc_css=”eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJvcGFjaXR5IjoiMCIsImRpc3BsYXkiOiIifX0=” tds_title3-f_title_font_size=”30″ tds_title3-f_subtitle_font_size=”13″ tds_title2-f_title_font_size=”20″ tds_title2-line_alignment=”100″ tds_title2-line_height=”1″ tds_title2-line_width=”100″ tds_title2-line_space=”40″][tdm_block_inline_text description=”QURELU9OUyUyMCUzQ2JyJTNFJTBBQVNJQU4lMjBGQUNFTElGVCUyMCUzQ2JyJTNFJTBBQVNTVVJFJTIwSEVBTFRIJTIwJTNDYnIlM0UlMEFDSEFLUkElMjBCQUxBTkNJTkclMjAlM0NiciUzRSUwQUNPUlBPUkFURSUyMCUzQ2JyJTNFJTBBQ1VTVE9NJTIwVEhFUkFQWSUyMCUzQ2JyJTNFJTBBREFOQ0lORyUyMEhPVCUyMFNUT05FUyUyMCUzQ2JyJTNFJTBBREVFUCUyMERFVE9YJTIwJTNDYnIlM0UlMEFERUVQTFklMjBSRUxBWEVEJTIwJTNDYnIlM0UlMEFERUxJQ0FURSUyMFJFSUtJJTIwJTNDYnIlM0UlMEFERUxJR0hURUQlMjBQT1NUTkFUQUwlMjAlM0NiciUzRSUwQURJUkVDVCUyMEJJTExJTkclMjAlN0NNVkElMjAlM0NiciUzRSUwQUVBU1klMjBNRU5PUEFVU0UlMjAlM0NiciUzRSUwQUVHSUZUJTIwQ0FSRFMlMjAlM0NiciUzRSUwQUVORVJHWSUyMEFUVFVNRU5UJTIwJTNDYnIlM0UlMEFFTkVSR1klMjBDT1JEUyUyMCUzQ2JyJTNFJTBBRU5FUkdZJTIwTUVESUNJTkUlMjAlM0NiciUzRSUwQUVORVJHWSUyMFJFU1RPUkFUSU9OJTIwJTNDYnIlM0UlMEFFTkVSR1klMjBVTkxFQVNIRUQlMjAlM0NiciUzRSUwQUVTU0VOVElBTCUyMFJFTEFYQVRJT04lMjAlM0NiciUzRQ==” tdc_css=”eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjEwIiwiZGlzcGxheSI6IiJ9fQ==” content_align_horizontal=”content-horiz-center”][/vc_column][vc_column width="1/4"][tdm_block_column_title title_text=”Ri1M” title_tag=”h3″ title_size=”tdm-title-md” content_align_horizontal=”content-horiz-center” tds_title=”tds_title2″ tds_title3-subtitle_text=”Foundations for relaxation and welness” tdc_css=”eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJvcGFjaXR5IjoiMCIsImRpc3BsYXkiOiIifX0=” tds_title3-f_title_font_size=”30″ tds_title3-f_subtitle_font_size=”13″ tds_title2-f_title_font_size=”20″ tds_title2-line_alignment=”100″ tds_title2-line_height=”1″ tds_title2-line_width=”100″ tds_title2-line_space=”40″][tdm_block_inline_text tdc_css=”eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjEwIiwiZGlzcGxheSI6IiJ9fQ==” content_align_horizontal=”content-horiz-center” description=”RkVBUiUyMExFU1MlMjAlM0NiciUzRSUwQUZJTkUlMjBBQ1VQUkVTU1VSRSUyMCUzQ2JyJTNFJTBBRkxZSU5HJTIwQ1VQUyUyMCUzQ2JyJTNFJTBBR0VOVExFJTIwTkVFRExFJTIwJTNDYnIlM0UlMEFHRVQlMjBQUkVHTkFOVCUyMCUzQ2JyJTNFJTBBSEFQUFklMjBCQUNLJTIwJTNDYnIlM0UlMEFIRUFEQUNIRSUyMEZSRUUlMjAlM0NiciUzRSUwQUhPVyUyMFRPJTIwQk9PSyUyMCUzQ2JyJTNFJTBBSE9XJTIwVE8lMjBQQVklMjAlM0NiciUzRSUwQUhPVyUyMFRPJTIwUFJFUEFSRSUyMCUzQ2JyJTNFJTBBSE9XJTIwVE8lMjBSRVNDSEVEVUxFJTIwJTNDYnIlM0UlMEFIWVBOT1RIRVJBUFklMjAlM0NiciUzRSUwQUpPWUZVTCUyMFBSRUdOQU5DWSUyMCUzQ2JyJTNFJTBBTEVUJTIwR08lMjBBTlhJRVRZJTIwJTNDYnIlM0UlMEFMSUZFJTIwRk9SQ0UlMjBGTE9XJTIwJTNDYnIlM0UlMEFMSUZFJTIwTUFTU0FHRSUyMCUzQ2JyJTNFJTBBTElHSFQlMjBUSEVSQVBZJTIwJTNDYnIlM0U=”][/vc_column][vc_column width="1/4"][tdm_block_column_title title_text=”TS1S” title_tag=”h3″ title_size=”tdm-title-md” content_align_horizontal=”content-horiz-center” tds_title=”tds_title2″ tds_title3-subtitle_text=”Foundations for relaxation and welness” tdc_css=”eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJvcGFjaXR5IjoiMCIsImRpc3BsYXkiOiIifX0=” tds_title3-f_title_font_size=”30″ tds_title3-f_subtitle_font_size=”13″ tds_title2-f_title_font_size=”20″ tds_title2-line_alignment=”100″ tds_title2-line_height=”1″ tds_title2-line_width=”100″ tds_title2-line_space=”40″][tdm_block_inline_text description=”TUFTU0FHRSUyMFRIRVJBUElFUyUyMCUzQ2JyJTNFJTBBTUVNQkVSU0hJUCUyMCUzQ2JyJTNFJTBBTU9NJTIwQU5EJTIwQkFCWSUyMCUzQ2JyJTNFJTBBTVZBJTIwJTdDRElSRUNUJTIwQklMTElORyUyMCUzQ2JyJTNFJTBBTk9VUklTSElORyUyMEJSRUFUSCUyMCUzQ2JyJTNFJTBBUEFDS0FHRVMlMjAlM0NiciUzRSUwQVBSSVZBVEUlMjBFVkVOVCUyMCUzQ2JyJTNFJTBBUFJJVkFURSUyME1FRElUQVRJT04lMjAlM0NiciUzRSUwQVBSSVZBVEUlMjBZT0dBJTIwJTNDYnIlM0UlMEFSRUpVVkVOQVRFJTIwTUUlMjAlM0NiciUzRSUwQVJFTEFYJTIwQU5EJTIwUkVTVCUyMCUzQ2JyJTNFJTBBUkVMQVhFRCUyMFRNSiUyMCUzQ2JyJTNFJTBBUkVMRUFTSU5HJTIwS05PVFMlMjAlM0NiciUzRSUwQVJFTElFRiUyMFNUUkVTUyUyMCUzQ2JyJTNFJTBBUkVNT1ZFJTIwQkxPQ0tTJTIwJTNDYnIlM0UlMEFSRU5FV0VEJTIwQk9EWSUyMCUzQ2JyJTNFJTBBUkVTVE9SRSUyMEFORCUyMFJFUEFJUiUyMCUzQ2JyJTNF” tdc_css=”eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjEwIiwiZGlzcGxheSI6IiJ9fQ==” content_align_horizontal=”content-horiz-center”][/vc_column][vc_column width="1/4"][tdm_block_column_title title_text=”Uy1a” title_tag=”h3″ title_size=”tdm-title-md” content_align_horizontal=”content-horiz-center” tds_title=”tds_title2″ tds_title3-subtitle_text=”Foundations for relaxation and welness” tdc_css=”eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJvcGFjaXR5IjoiMCIsImRpc3BsYXkiOiIifX0=” tds_title3-f_title_font_size=”30″ tds_title3-f_subtitle_font_size=”13″ tds_title2-f_title_font_size=”20″ tds_title2-line_alignment=”100″ tds_title2-line_height=”1″ tds_title2-line_width=”100″ tds_title2-line_space=”40″][tdm_block_inline_text description=”U0FDUkVEJTIwUExBQ0UlMjAlM0NiciUzRSUwQVNDQVIlMjBVTlRJRUQlMjAlM0NiciUzRSUwQVNJR05BVFVSRSUyMFRSRUFUTUVOVFMlMjAlM0NiciUzRSUwQVNJTEtZJTIwU0tJTiUyMCUzQ2JyJTNFJTBBU0xFRVAlMjBXRUxMJTIwJTNDYnIlM0UlMEFTTU9PVEglMjBRSSUyMCUzQ2JyJTNFJTBBU09PVEhJTkclMjBUT1VDSCUyMCUzQ2JyJTNFJTBBU09VTkQlMjBIRUFMSU5HJTIwJTNDYnIlM0UlMEFTVUJUTEUlMjBDUkFOSU8tU0FDUkFMJTIwJTNDYnIlM0UlMEFVTFRJTUFURSUyMFJFTEFYQVRJT04lMjAlM0NiciUzRSUwQVVOSVZFUlNBTCUyMFNVUFBPUlQlMjAlM0NiciUzRSUwQVZJVEFMUyUyMFJFU1RPUkFUSU9OJTIwJTNDYnIlM0UlMEFXRUxMTkVTUyUyMFBSTyUyMCUzQ2JyJTNFJTBBV0VMTE5FU1MlMjBSSVRVQUxTJTIwJTNDYnIlM0UlMEFXSE9MRSUyMFJFRkxFWE9MT0dZJTIwJTNDYnIlM0UlMEFXT1JSWSUyMEZSRUUlMjBORUVETEUlMjAlM0NiciUzRSUwQVdSSU5LTEVTJTIwRlJFRSUyMCUzQ2JyJTNFJTBBWU9HQSUyMFdJVEglMjBBU1NJU1QlMjAlM0NiciUzRQ==” tdc_css=”eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjEwIiwiZGlzcGxheSI6IiJ9fQ==” content_align_horizontal=”content-horiz-center”][/vc_column][/vc_row]
Hi,
There are a few settings for the colors of the news ticker – http://prntscr.com/ln67dg
– http://prntscr.com/ln67mq
If these are not enough it may be possible with some CSS. Mention how exactly do you want it to be, or what customization you want to the ticker. I will try to help you.
Thanks
Hi,
That would be possible with CSS. Each menu has an unique ID which can be used to create CSS for each of the menu items. This topic is somewhat similar
– https://forum.tagdiv.com/topic/how-to-move-menu-items/
– https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/
If you need help I will try to help you, please mention how exactly would you want them to be.
Thanks