Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #154277
    Hans
    Participant

    Hi
    See the footer at Hagmeijer.nl In the fourth footer area (the right site of the page) you see a widget of Strava. This is a bicycle tool. Is it possible to make the opacity of this widget total?

    Kind regards

    Hans Hagmeijer

    #154311
    Mahesh
    Keymaster

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

    #activities .header {
        background: transparent;
    }
    
    #activities .container {
        background: transparent;
        border: none;
    }

    Regards,
    Mahesh

    #154344
    Hans
    Participant

    Hi Malesh,

    As you can see, nothing changes.

    This is the code I get from the Strava website:
    <iframe allowtransparency frameborder=’0′ height=’454′ scrolling=’no’ src=’https://www.strava.com/clubs/303872/latest-rides/4659a23c7bd35050f2970ee7b4c71f48c0657cad?show_rides=true&#8217; width=’300′></iframe>

    Kind regards

    Hans Hagmeijer.

    #154353
    Mahesh
    Keymaster

    @toerfiets: It seems, CSS of the content loaded in iframe cannot be overridden.

    Regards,
    Mahesh

    #154381
    Hans
    Participant

    OK it is a pity.
    Thanks anyways

    Kind regards

    Hans Hagmeijer

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘footer widget opacity’ is closed to new replies.