codeManiac
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Show a video before the readmoreHey josflachs !
Nice website 🙂 and especially the picture of the train 😀 ( every country is beautiful in its own way )
Try this Advanced excerpt
Let me know if you get any problem 🙂
Cheers
Forum: Themes and Templates
In reply to: Modifying Mobile SiteHey That_Fictional_Man !
I honestly don’t think suggestion randomly a theme would help you 🙂 My suggestion is to check the themes by yourself : when you click on preview, open it in a new tab so that you can see the theme without the customizer side bar then resize your browser window to have an idea on how it looks on mobile 🙂 I think that would be more helpful and let you make your own choice that goes with your preferences 🙂
Cheers !
Forum: Themes and Templates
In reply to: [Smart Magazine] Images not responsiveHey tarunbatta !
try adding the following to your style.css
img { width:100% }and let me know about the result 🙂
Cheers !
Forum: Themes and Templates
In reply to: Change textyes right there 🙂 glad its solved 😀
Forum: Themes and Templates
In reply to: Change textHi again carlager !
See this line ?
define( ‘BAVOTASAN_SEE_MORE’, __( ‘See More’, ‘arcade’ ) );
change ‘See More’ with ‘Follow’ and it will work 🙂
Let me know if it does 🙂
Cheers
Forum: Themes and Templates
In reply to: Change textHey carlager !
I think it was sat up using the customizer.Try to change the site description and it will work 🙂
Forum: Themes and Templates
In reply to: [Agama] No Link color on Google ChromeOk here we go , I guess you are talking about navigation menu links am I right? I searched for links in main content and din’t find so guessed its menu links.ofc If am wrong let me know 🙂
ok to change the colors go to style.css file and look for this section
nav[role="navigation"] a { font-family: Raleway; color: #aaaaaa; }and replace #aaaaaa with the color you want. This will change the colors of your navigation links NOT including “STARTSEITE”
if you want to change color of STARTSEITE too change the color in this section
.main-navigation .current-menu-item > a, .main-navigation .current-menu-ancestor > a, .main-navigation .current_page_item > a, .main-navigation .current_page_ancestor > a { color: #636363; font-weight: bold; }Let me know if things went well 🙂
Forum: Themes and Templates
In reply to: [Agama] No Link color on Google ChromeHey Schello !
Can you please paste your website link? That helps giving a precise solution
Cheers 🙂
Forum: Themes and Templates
In reply to: Colour of the titleHey Polo !
I think maybe better ask your theme support, sorry that’s the forum rules 🙂
Forum: Themes and Templates
In reply to: [Simple Shop] Change White Background ColorHey Sneed !
Look for the following in your style.css file
.page-content { background: #fff none repeat scroll 0 0; border-radius: 5px; color: #363636; font-size: 18px; margin: 20px 0 0; overflow: hidden; padding: 20px 15% 5%; position: relative; width: 70%; }and instead of #fff in front of the background property add the color you want to have i.e black
.page-content { background: #111 none repeat scroll 0 0; border-radius: 5px; color: #363636; font-size: 18px; margin: 20px 0 0; overflow: hidden; padding: 20px 15% 5%; position: relative; width: 70%; }which gives the following result
Forum: Themes and Templates
In reply to: Center the siteHey Matt !
Hope you are doing well 🙂
Well the problem is the solution may need some modifications inside the theme files, so you may want to check the PHP files and look for
<div id="primary" class="content-area col-sm-8">Then change it to :
<div id="primary" class="content-area col-sm-8 col-sm-offset-2">That would center the content and for the content title look for :
<header class="entry-header">and make it
<header class="entry-header text-center">and the result will be :
and
Cheers !
Forum: Themes and Templates
In reply to: [Sydney] moving call-to-action buttonHey rscuillerier !
Could you plz provide the link of your website? I need it to be able to give a precise answer can’t just guess 🙂
Cheers
Forum: Themes and Templates
In reply to: Theme Lovedraft Site Title ColorHey sonjasoph !
Look for
.blog-title a { color: #111; }in your style.css file and change the color there 🙂
Cheers !
Forum: Themes and Templates
In reply to: Center the siteHey Matt !
Can you provide link to your website? That will make the solution I help you with precise 🙂
Cheers !
Forum: Themes and Templates
In reply to: [Maisha Lite] having difficultiessure but how can we reach you ? your website is down so no way to contact you