Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #120628
    Derek Batty
    Participant

    Hi

    When looking at a computer screen the text colour appears white on the slider image, which is good as it is readable.

    Although the text on the mobile display does not appear on the image rather on the white background and therefore is lost. You can partially see it although loses any value or impact with white on white.

    How can I change Slider Text Colour in Mobile displays so that when it appears below the image it is then readable, e.g. black on white background?

    Thanks and appreciate your help with this

    Derek

    #120629
    Derek Batty
    Participant

    Just to add

    I dont want to change the text colour on the computer screen slider, white text appearing on the slider image is fine although just the mobile device colour needs to change due to white text not appearing on the image but rather on the white background as mentioned.

    #120634
    Mahesh
    Keymaster

    @dbatty: Go to Dashboard=> Appearance=> Customize=> Additional CSS box and add the following CSS:

    @media screen and (max-width:700px) {
        #feature-slider .entry-container, 
        #feature-slider .entry-title, 
        #feature-slider .entry-title a {
            color: #000;
        }
    }

    Regards,
    Mahesh

    #120635
    Derek Batty
    Participant

    Thanks Mahesh..perfect!

    #120637
    Derek Batty
    Participant

    Hi Mahesh

    See attached URL to image of our problem

    effectively in our excerpt for our Podcast we have a URL description appearing in this excerpt also.

    Is this normal?

    If so how can we do a “live view” without seeing this?

    Does this show on our site when we go live when someone is visiting our site or is it something just visible to us from the admin side?

    Also is this a Catch Themes issue or is it a Blubrry issue?

    Appreciate your help

    Derek

    null

    #120638
    Derek Batty
    Participant
    #120639
    Derek Batty
    Participant

    Hi Mahesh

    One thing further

    I am wanting to add an image to the left hand side of the excerpt posts on my front page but cant seem to see how to do this?

    Can you direct me to a post that might show this for Catch Themes Responsive Pro or maybe suggest how I do this. This is similar to the Demo version front page.

    Thanks again Mahesh

    Derek

    #120643
    Mahesh
    Keymaster

    @dbatty: Please clarify more on the attached image. The image link is not accessible, prompts for login. To check if this is a theme issue, please switch to WordPress core themes and check if the problem persist. If the problem is still occurring, its not a theme issue.
    Just checked your site and the image are displaying fine on the left hand side of the excerpt posts.
    Let me know further.

    Regards,
    Mahesh

    #120645
    Derek Batty
    Participant

    Hi Mahesh

    Thanks. Can you please explain how to switch to WordPress core themes.

    Derek

    #120646
    Derek Batty
    Participant

    Hi Mahesh

    here is a link to our web site page that shows this URL description attached to the front of the first Podcast post excerpt.

    https://theancientpathways.com/wp-admin/customize.php?return=%2Fwp-admin%2F

    Thanks

    Derek

    #120650
    Derek Batty
    Participant

    Its shows the following:

    https://media.blubrry.com/theancientpathways/p/theancientpathways.com/wp-content/uploads/2017/08/Intro-Episode-TAP000AUP.mp3Podcast: Play in new window | Download (Duration: 30:02 — 25.6MB) | EmbedSubscribe: Android | Email | RSS | MoreG’day and welcome to our very Read More …

    Also did a search for WordPress Core Themes and could not find anything?

    Appreciate any assistance to find this to check also

    Derek

    #120704
    Derek Batty
    Participant

    Hi Support

    Can someone tell me how to hide the line or list of tags shown across the bottom of each post.

    This is not switched on in widgets, e.g. Tag Cloud. They are just there all the time and would like to hide these.

    thanks

    Derek

    #120759
    Mahesh
    Keymaster

    @dbatty: Sorry for the late reply. To switch to Core themes, go to Dashboard=> Appearance=> Themes then select TwentySixteen or TwentySeventeen theme and Activate.
    About tags at the bottom of the posts, go to Dashboard=> Appearance=> Customize=> Additional CSS box and add the following CSS:

    .entry-footer .entry-meta {
        display: none;
    }

    Regards,
    Mahesh

    #120804
    Derek Batty
    Participant

    Thank you Mahesh!

Viewing 14 posts - 1 through 14 (of 14 total)
  • The topic ‘Change Slider Text Colour in Mobile displays’ is closed to new replies.