Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter Armenta

    (@armenta)

    Hi baffeldjs, I have not received a response from WordPress. I also sent an inquiry to Pytheas support but never received a response.

    Hi 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!

    Thread Starter Armenta

    (@armenta)

    I 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;
    }
    Thread Starter Armenta

    (@armenta)

    Hi 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.

Viewing 4 replies - 1 through 4 (of 4 total)