Skip to:
Content
Pages
Categories
Search
Top
Bottom

Forum Replies Created

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

  • Shawn74
    Participant

    @shawn74

    SOLVED:

    I directly hooked the container:

    .activity-content img{
    background: #ffffff;
    padding: 4px;
    border: 1px solid #ddd;
    border-radius: 3px;
    }

    Thanks to all


    Shawn74
    Participant

    @shawn74

    I found this solution (i imagine the very basic of CSS know-how):

    Or you can add another stylesheet to your theme directory and load it using conditional tags.

    For example:

    On your function.php

    
    // Replace # with the ID of your custom page
    
    if ( is_page( # ) ) {
    wp_enqueue_style( 'path/to/your/custom/css/file' );
    }
    else wp_enqueue_style( 'path/to/your/original/css/file' );

    This sure should work, i can change the css file only for the Buddy Press’s Groups page ID.
    Unfortunately i have an animated headers and also animeted small GIFs inherit this cahange. I need another solution….

    🙁


    Shawn74
    Participant

    @shawn74

    SOLVED IN THIRD COMMENT


    Shawn74
    Participant

    @shawn74

    UPDATE: This issue is caused by my Italian translation…. now i’m searching the string, thanks you anyway


    Shawn74
    Participant

    @shawn74

    Sorry, i probably forgotten to link the site, as requested for the support, is http://www.love4wellness.it/groups

Viewing 5 replies - 1 through 5 (of 5 total)
Skip to toolbar