Navigation
This is archived content. Visit our new forum.
  • Author
    Posts
  • #242216

    joeljent
    Participant

    Hi there,

    I have two questions:
    Since the recent update I keep having problems with my Soundcloud embeds.
    See here:
    http://www.aaronfilm.ch/wp-content/uploads/2015/04/Bildschirmfoto-2015-04-04-um-21.50.29.png
    You can find this here – at the bottom of my blog-page:
    http://www.aaronfilm.ch/news/

    My second question:
    I recently set up the child theme and now want to change color of tags for the dark integrity stack to a lighter color as it cannot be read well. See here:
    http://www.aaronfilm.ch/wp-content/uploads/2015/04/Bildschirmfoto-2015-04-04-um-21.50.45.png

    It should still be gray, but lighter than the standard color. And it should apply to the sort function on the portfolio page as well.
    Where would I need to apply which changes?

    Thanks for your help.
    J

    #242311

    Rue Nel
    Moderator

    Hello There,

    Thanks for posting in!

    To resolve your issue:
    #1] please add the following css code in the customizer, Appearance > Customize > Custom > CSS to fix the audio format and tags overlapping issue

    .x-audio {
      height: auto !important;
    }

    #2] To change the color of the tags in your theme, please add the following css code in the customizer, Appearance > Customize > Custom > CSS

    .entry-footer a {
      color: #999;
    

    Feel free to change the color though. Please let us know if this works out for you.

    Take care.

    #242635

    joeljent
    Participant

    Thank you so much for these great inputs. Worked out very well.
    Almost everything resolved. Soundcloud embed works properly again. Color in the blog tags is perfect. Now I would need to have the same color in the sort function at the top of the portfolio. There it did not take the new color from the blog tags. What code adjustment would be needed? I see the color code refers only to entry-footer. Might this be the problem?
    The link to the portfolio-page:
    http://www.aaronfilm.ch/filme/

    Your help is very much appreciated.
    J

    #242730

    Lely
    Moderator

    Hello Joel,

    Good thing that everything was almost resolved. For the SORT function text to have the same color, please edit the above css code in the customizer, Appearance > Customize > Custom > CSS

    From this:

    .entry-footer a {
      color: #999;
    }

    To this:

    .entry-footer a,
    .x-portfolio-filters, 
    .x-portfolio-filter{
      color: #999;
    }

    Hope this helps.

    #243344

    joeljent
    Participant

    Thank you very much. It all worked out this way.
    Again: Your great support is much appreciated.

    #243404

    joeljent
    Participant

    Just forgot one thing: I would like to have the sort function going to this color on hover: color: #990000 – not white like set in the dark integrity template. What would be the CSS code to get this done? Many thanks for your help.

    #243456

    Nico
    Moderator

    Hi There,

    Try adding this in your customizer’s Custom CSS:

    .x-portfolio-filters:hover, .x-portfolio-filter:hover{
    color:#990000;
    }

    Hope it helps.

    Thanks.

    #244120

    joeljent
    Participant

    It worked. Many thanks.

    #244193

    Nico
    Moderator

    You’re most welcome.

    Let us know if you need anything else.

    Thanks. Have a great day! 🙂