Forum Replies Created
-
AuthorPosts
-
minalKeymaster
Hello @catwingz,
To set a white color to the text of the table, place the below CSS on your additional CSS
Just go to Dashboard >> Appearance >> Customizer >> Additional CSS
.woocommerce-Tabs-panel table tr th, .woocommerce-Tabs-panel table tr td { color: #fff !important; }
Change your desired color value to this given css.
and about your given CSS code you missed class selector (.) on woocommerce-Tabs-panel and also table has a id of size-guide so you either write table#size-guide or just #size-guide like
.woocommerce-Tabs-panel #size-guide thead th, .woocommerce-Tabs-panel #size-guide tbody td { color: #fff !important; }
.woocommerce-Tabs-panel table#size-guide thead th, .woocommerce-Tabs-panel table#size-guide tbody td { color: #fff !important; }
I hope it works for you!
Sincerely,
Minal
minalKeymasterHello @catwingz,
I could not inspect your site, It might you disable the inspect controls throughout your site.
Please enable the inspector controls so that I can give you the desired CSS for you to fix the issue.
Sincerely,
Minal
minalKeymasterHello @arquez
You have to enable the featured slider section from Customizer for your desired feature.
To go to Customizer, kindly follow that path,
Dashboard >> Appearance >> Customizer >> Theme Option >> Featured Slider
Please free to ask if any confusion arose,
Sincerely,
Minal
minalKeymasterHello @janine,
Please check once again by disabling the installed plugins..
And can you please verify, if this issue is caused right after the page refresh or just randomly after some time?
Sincerely,
Minal
minalKeymasterHello @laramanzoni59,
There is no option to modify the main footer but you can add the content just above the footer by adding on widgets
go to Dashboard >> Appearance >> Customizer >> Widgets
I hope it works for you.
Sincerely,
Minal
minalKeymasterHello @Gevers,
You can select the page or post you want to show on the specific section on customizer
To select post or pages of your liking on specific section
go to Dashboard >> Appearance >> Customizer >> Theme Options
And for editing the content of that specific post or page which is showing in that section. just open that specific post or page and select edit the post from the admin bar
I hope it works for you
Sincerely,
Minal
October 2, 2024 at 2:16 am in reply to: Padding at top Header to reveal more of background image #337646minalKeymasterHello @tweiland61,
To add padding at the top the element to reveal the image.
Here is the CSS snippet for you
#page { padding-top: 30px; }
change the value to your desired value
to add that CSS to your additional CSS
Go to Dashboard >> Appearance >> Customizer >> Additional CSS
I hope it works for you !
Sincerely,
Minal
minalKeymasterHello @Amun
Can you provide me with your site URL so that we can go thoroughly through what is going on.
and if possible please provide a screenshot also.
Sincerely,
Minal
minalKeymasterHello @maurizio,
It seems your arrow of the submenu is not working because of your minnit chat plugin. Minnit chat element overlaps the submenu icon, so it cannot be clicked.
I will send a CSS snippet for you to add to your system,
#minnit-container:has(iframe) { z-index: 2147483647 !important; } minnit-container { z-index:99 !important; }
add those above CSS to your additional CSS.
Go to Dashboard >> Appearance >> Customizer >> Additional CSS
I hope it works for you !!
Sincerely,
Minal
minalKeymasterHello @rick,
Sorry, but we don’t have a feature to embed a section on specific page.
Sincerely,
Minal
minalKeymasterHello @edwin,
It seems your custom code has space issues. like you added font-family: book antiqua, palatino, serif !important;
but the font-family text has a space in front of it. so that your CSS is not working as expected;
try these updated CSS snippets
body h1 { font-family: book antiqua, palatino, serif !important; font-size: 22px !important; font-weight: semi-bold !important; color: #374c52 !important; padding-bottom: 10px !important; padding-top: 0px !important; line-height: 1.25em !important; }
Please make sure you trim the spaces on your CSS code.
Sincerely,
Minal
September 12, 2024 at 12:51 am in reply to: How can I create Page with Blog Template that only shows post from one category? #337340minalKeymasterHello @Karla,
For showing specific posts from that specific category only, Please follow the following steps
- Create page
- Select query loop blocks for the list
- after selecting query loop you can see the right sidebar with the options and from that click filters + icon and you will get the numbers of option and select taxonomies where you will get the field to select categories that you have created
Please see the screenshots below for clear view.
Or if you used our custom template just go to dashboard >> editor >> templates >> and find which template you used and edit that page you will find the query loop block and follow the above step to select the desire category
Hope it works for you,
Sincerely,
Minal
minalKeymasterHello @loosie94,
On our system button padding seems fine. So can you share your site URL so that we can test it thoroughly and give you a suitable solution for it?
Sincerely,
Minal
minalKeymasterHello @rodeboy,
To remove that line below the header please add below CSS snippet on additional csss
To find additional CSS on your site please go to Dashboard > Appearance >> Customizer >> Additional CSS
.fluid-layout #header-content, .boxed-layout #header-content .wrapper { box-shadow: none; -webkit-box-shadow: none; }
Hope it works for you
Sincerely,
Minal
minalKeymasterminalKeymasterHello @Glen Pavelich,
It seems your duplicate value populated on the recent blog title sub-heading section. On our theme, we don’t have any features to add dynamic content on sub-headings. And with our research, we found out that It came with the site origin plugin that you used for the post.
You might add some widgets on your post which cause duplication like below image.
Try to remove those widgets if possible and check again,
Sincerely,
Minal
minalKeymasterHello @staipa,
Please kindly follow the instruction to add blog on home page
first go to Dashboard > Appearance Editor > Tempates > and edit the front page and place the “recent blog with sidebar”
Hope it works for you
Sincerely,
Minal
minalKeymasterHello @drixe,
We have used the core WordPress built-in function for a video that doesn’t support a .ogg file at the moment.
Sorry for the inconvenience caused,
Sincerely,
Minal
-
AuthorPosts