Styled Themes
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Encounters Lite] Header navigation linksDear @peterk60,
Sorry Peter there is no any customizer option on free theme to change the navigation color options. You need to be familiar with css for this. You can take this refrence on styling menu https://www.w3schools.com/css/css_link.asp
You can find this following option on Encounter pro theme:
These option are available on pro themes:
1. https://prnt.sc/gbh4f5
2. https://prnt.sc/gbh4i7
3.https://prnt.sc/gbh4k6Thanks
Forum: Themes and Templates
In reply to: [Encounters Lite] Header navigation linksHI @peterk60,
If you want to change color of main header menu , then please add this following code on child theme style.css or additional css section of customizer.
#header .main-navigation a { color: #8a4f4b; }Thanks
Forum: Themes and Templates
In reply to: [Flat Responsive] 404 ErrorYou’re welcome !!!
Please feel free to contact us if you have any queries further.Best regards,
Styled ThemesForum: Themes and Templates
In reply to: [Flat Responsive] Page template with RIGHT sidebarYou’re welcome Julie Hood !!!
Best regards
Forum: Themes and Templates
In reply to: [Flat Responsive] 404 ErrorYou can take reference of this article to change permalink structure on database:
http://tech.shawnlelle.com/resetting-wordpress-permalinks/
Thanks
Forum: Themes and Templates
In reply to: [Flat Responsive] Page template with RIGHT sidebarHi @julie-hood,
Default template works fine for page with right sidebar, please do assign default template for page right sidebar.
Thanks
Forum: Themes and Templates
In reply to: [Flat Responsive] 404 ErrorDear qualitymove13,
First try deactivating plugins and check if there is any plugin conflict with this issue. If you didn’t find your luck on this then you need follow following steps:
This might me the permalink issue,so if you are able to logged then go to dashboard -> setting -> permalink -> and apply with post name once again.
If this issue doesn’t help then you can manually update the htaccess file with this content:
# BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule> # END WordPresyou can see this link for more reference : https://codex.wordpress.org/htaccess
Let us know how it goes for you.
Thanks
hiya,
try this instead:
.page-id-5091 .breadcrumbs { display: none!important; } .page-id-21 .breadcrumbs { display: none!important; }Hi rache85,
Thank you for your response, we had gone through your website on both IE and Chrome, But we didn’t find any difference. Could you please provide screenshot of the issue illustrating different on chrome and Ie.
We look forward for your response.
Best Regards
Styled Themescould you provide you site URL please and the version of Internet Explorer you are seeing issues with?
thanks
Forum: Themes and Templates
In reply to: [Encounters Lite] Center Align Footer (Bottom 2)HI there,
You can refer to this below example:
@media (min-width: 1200px) { .row-fluid #bottom-group [class*="span"] { clear:both; width:100%; text-align: center; } }Note: Please add this custom css on child theme style.css or additonal css section of customizer. So your changes will not lost on theme update
2. Later on if you try to build four column then this code won’t let you to keep perfect four column., In that case please remove this code.Thanks
Forum: Themes and Templates
In reply to: [Preferential Lite] How to add a in taglineGood to hear.
If you are happy with the theme and support provided we appreciate a review and a rating!
https://wordpress.org/support/theme/preferential-lite/reviews/many thanks:)
Forum: Themes and Templates
In reply to: [Celestial - Lite] Using a background image not a solid colourHi @geckogirl,
Have you tried customizer options to change background image. You can find customizer options here:
Go to dashboard -> Appearance -> Customize -> Background IMAGE -> Select background image-> you will got many options to adjust background image.Note: If background image is not visibile on some of the section then you need to remove background color of that section .
Let us know how it goes for you.
Thanks
Forum: Themes and Templates
In reply to: [Luminescence Lite] How to remove page dateHi tavathlon,
It seems you have customize page.php template and pulled content.php template for displaying page content. If so you can customize content.php template or can use following css:
.type-page .entry-date-box { display: none; }Thanks