Youcef Ayoub
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Storefront] Changing “Posted on ” to “Last Updated on”you can edit the theme English language file with it
- This reply was modified 4 years, 5 months ago by Youcef Ayoub.
Forum: Themes and Templates
In reply to: [Storefront] Changing “Posted on ” to “Last Updated on”Hi @zynk154578 ,
try to use Loco Translate plugin
https://www.ads-software.com/plugins/loco-translate/Forum: Themes and Templates
In reply to: [Spacious] Change Background colour around Site logoHi @richeyrich85 ,
Go to Appearance → Customize → Additional CSS (the menu labels might be different in your language) and add the code below:
.bottom-menu { background: #fff; } #header-text-nav-container { background: #f79b2e; } @media only screen and (min-width: 601px) { #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover { background: #f9f9f9; } #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item { border-left: 1px solid #ffffff; box-shadow: inset 1px 0 0 0 rgba(255, 255, 255, 0.1); } } #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link { background: #f9f9f9; }
Let me know if that does it.
— Youcef
Forum: Themes and Templates
In reply to: [Customizr] How to reduce the container width on post pages?@rishabhsingh12
add this code@media only screen and (min-width: 1000px) { .single-post .container { width: 100%; } }
Forum: Fixing WordPress
In reply to: Change theme in a live website@duttaanimesh40gmailcom stage website mean make a copy from your website to do modification
Forum: Themes and Templates
In reply to: [Himalayas] Centring page titlesHi @workplacematters ,
Go to Appearance → Customize → Additional CSS (the menu labels might be different in your language) and add the code below:
.single article.hentry h1.entry-title, .page article.hentry h1.entry-title { text-align: center; }
Let me know if that does it.
— Youcef
Forum: Fixing WordPress
In reply to: Change theme in a live websiteHi @duttaanimesh40gmailcom
yes you can achieve the same look and feel with another theme
but you need some customization
also you need to make a stage website to do modification
do not make changes on live website
Hope this helps!– Youcef
Forum: Themes and Templates
In reply to: [Customizr] How to reduce the container width on post pages?@rishabhsingh12
add this code@media only screen and (min-width: 600px) { .single-post .container { width: 80%; } }
Let me know if that does it.
— Youcef
Forum: Themes and Templates
In reply to: [Spa Lite] Help to change the site title font/colorHi @valentinauliviers ,
Go to Appearance → Customize → Additional CSS (the menu labels might be different in your language) and add the code below:
.site-title a { color: #00000 !important; }
Let me know if that does it.
— Youcef
Forum: Themes and Templates
In reply to: [Spa Lite] Help to change the site title font/colorAdd your Custom CSS to it
Forum: Themes and Templates
In reply to: [Customizr] How to reduce the container width on post pages?Hi @rishabhsingh12 ,
Go to Appearance → Customize → Additional CSS (the menu labels might be different in your language) and add the code below:
.single-post .container { width: 80%; }
Let me know if that does it.
— Youcef
Forum: Themes and Templates
In reply to: [Spa Lite] Help to change the site title font/colorHi valentinauliviers,
to make your customization work
use this plugin Here’s link:https://www.ads-software.com/plugins/simple-custom-css/
this plugin will help you Add Custom CSS to your WordPress site without any hassles.
Hope this helps!
Forum: Themes and Templates
In reply to: [ColorMag] How to Hide TagsHi Matthew,
use this CSS code inside the custom.css plugin that you add to your site. Here’s link:
https://www.ads-software.com/plugins/simple-custom-css/
#content .post .article-content .below-entry-meta .tag-links { display: none; }
Forum: Themes and Templates
In reply to: [Neve] How to edit CSS? Tried but nothing happened, Thank youhi
try use this plugin it will help you do any css customization
https://www.ads-software.com/plugins/simple-custom-css/Forum: Themes and Templates
In reply to: [HardNews] Translate descriptions on frontHi,
try to use Loco Translate plugin
https://www.ads-software.com/plugins/loco-translate/