Armenta
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Pytheras responsive menu -not workingHi baffeldjs, I have not received a response from WordPress. I also sent an inquiry to Pytheas support but never received a response.
Forum: Fixing WordPress
In reply to: Pytheas Slider do not appear at the homepageHi there,
I was having the same issue and solved it using the tip given by jlmur.
I was having the same problem, the solution is to set the image we want as a slide as the Featured image, when adding or editing the slide.
First, I was attempting to set my slider by going to the tab ‘Slides’, adding media, and publishing the slide. This slider was not showing up on the home screen this way.
To get it to work, go to the ‘Slides’ tab but instead of clicking ‘add media’, click on ‘Set Featured Media’ (located on the right hand side). Add the image you want on your slider and publish.
That should be all that you need to get it working. Good luck!
Forum: Fixing WordPress
In reply to: Want to Change Font Color Only on Search Results PageI was unable to change the font color; couldn’t figure the right code. As an alternative I just changed the background color of the Search Results Page to match the footer-container.
body { font-size: 14px !important; line-height: 20px !important; font-family: 'open_sansregular',sans-serif; color: #FFFFFF;!important; background: #404d59!important; font-weight: normal !important; }
Forum: Fixing WordPress
In reply to: Want to Change Font Color Only on Search Results PageHi riversatile,
Thank you for your input.
Would you please show me what the code would look like for your suggestion? I’ve tried listing the search results in Style CSS by listing it as:
.body { color: #333333 !important; }
Then I tried:
.search_results { color: #333333 }
.search { color: #333333 }
But none of my attempts are successful.