css isn't working correctly
css isn't working correctly
10 years 9 months ago
hi,
i bought this template, and i install it on my site, but the css isn't working correctly.
how i can fix this?
i bought this template, and i install it on my site, but the css isn't working correctly.
how i can fix this?
Please Log in or Create an account to join the conversation.
Re: css isn't working correctly
10 years 9 months ago
Hi martin,
I think, background of your site is white color, so there is some problem about text color. Please provide us your site url link and a test account, we will try to provide a correct solution for you.
Send to us site information via support email: 9themestore@gmail.com
Thanks
I think, background of your site is white color, so there is some problem about text color. Please provide us your site url link and a test account, we will try to provide a correct solution for you.
Send to us site information via support email: 9themestore@gmail.com
Thanks
Please Log in or Create an account to join the conversation.
Re: css isn't working correctly
10 years 9 months ago
ok, thanks
i sent all information on your email
I'm waiting for news
i sent all information on your email
I'm waiting for news
Please Log in or Create an account to join the conversation.
Re: css isn't working correctly
10 years 9 months ago9support wrote: Hi martin,
I think, background of your site is white color, so there is some problem about text color. Please provide us your site url link and a test account, we will try to provide a correct solution for you.
Send to us site information via support email: 9themestore@gmail.com
Thanks
No feedback yet
Please Log in or Create an account to join the conversation.
Re: css isn't working correctly
10 years 9 months ago - 10 years 9 months ago
Hi,
Sorry about delay. I have just debug on your site, please follow some below steps to solve your problem.
- Step 1: Copy the includes.php file from the download package to "[your_root]/component/com_uddeim/" path.
-Step 2: Create a file with named custom.css. Copy and pates below CSS rule to that file.
- Step 3: Copy (upload) the custom.css file to the "[your_root]/templates/ja_purity_ii/css" path.
- Step 4: Reload your site to view all changes.
Let's us know if it does not work on your site.
Best regards,
Sorry about delay. I have just debug on your site, please follow some below steps to solve your problem.
- Step 1: Copy the includes.php file from the download package to "[your_root]/component/com_uddeim/" path.
-Step 2: Create a file with named custom.css. Copy and pates below CSS rule to that file.
Code:
.com_uddeim .t3-content {
background-color: #000;
}
- Step 3: Copy (upload) the custom.css file to the "[your_root]/templates/ja_purity_ii/css" path.
- Step 4: Reload your site to view all changes.
Let's us know if it does not work on your site.
Best regards,
Last edit: 10 years 9 months ago by 9support.
Please Log in or Create an account to join the conversation.
Re: css isn't working correctly
10 years 9 months ago
excellent 
can you help me to change the color of the buttons
can you help me to change the color of the buttons
Please Log in or Create an account to join the conversation.
Re: css isn't working correctly
10 years 9 months ago
Hi,
How can I view this issue on your site? I think, the Bootstrap style overrides UddeIM template style. So I need check on browser to provide the correct solution.
Thanks
How can I view this issue on your site? I think, the Bootstrap style overrides UddeIM template style. So I need check on browser to provide the correct solution.
Thanks
Please Log in or Create an account to join the conversation.
Re: css isn't working correctly
10 years 9 months ago
i sent you many message on my site, now you can see those buttons
Please Log in or Create an account to join the conversation.
Re: css isn't working correctly
10 years 9 months ago
Thank Martin,
I have checked on your site. Please add below CSS rules to the custom.css file.
After save reload your site to view changes.
Regards,
I have checked on your site. Please add below CSS rules to the custom.css file.
Code:
#uddeim #uddeim-pagenav ul.pagination > li > a {
background: transparent;
border: 0;
margin: 0;
padding: 0;
}
#uddeim #uddeim-pagenav ul.pagination > li > a:hover,
#uddeim #uddeim-pagenav ul.pagination > li > a:focus,
#uddeim #uddeim-pagenav ul.pagination > li > a:active {
background: transparent;
color: #fff;
}
#uddeim #uddeim-pagenav ul.pagination > li.active {
background: #b30000;
}
#uddeim #uddeim-pagenav ul.pagination > li.active > a {
color: #fff;
font-weight: bold;
}
After save reload your site to view changes.
Regards,
The following user(s) said Thank You: martin
Please Log in or Create an account to join the conversation.
Time to create page: 0.255 seconds