This topic has 8 replies, 2 voices, and was last updated 9 years by Model.

  • Author
  • #25266
     Model
    Participant

    Hi:

    Is it possible to make the Upload link a button. Right now is pure text. In the image it has been translated to “Subir”

    Attachments:
    You must be logged in to view attached files.
    #25889
     Catalin
    Moderator

    Hello,

    I am not able to log in to your page and provide you a css fix for this. I always get the splash page.

    Thank you,
    Catalin

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #25959
     Model
    Participant
    This reply has been set as private.
    #25961
     Model
    Participant
    This reply has been set as private.
    #26002
     Catalin
    Moderator

    Hello,

    add this to your style.css file from your child theme:

    COPY CODE
    
    
    span.rtmedia-upload-media-link
    {
    border: 1px solid #515256;
    background: #515256;
    color: #ffffff !important;
    padding: 5px 10px 5px 5px;
    border-radius: 15px;
    font-size: 13px;
    }
    
    

    Let me know if this works.

    Thank you,
    Catalin

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #26124
     Model
    Participant
    This reply has been set as private.
    #26151
     Catalin
    Moderator

    Hello,

    I added the code and please take a look. To make the text color wite you need to change this file:

    http://www.modelartec.com/casting/modelartec/estilo.css

    and modify this part

    COPY CODE
    
    
    #rtm-media-options .primary, #rtm-media-options .primary i {
    color: #1A1A1A !important;
    }
    
    

    with

    COPY CODE
    
    
    #rtm-media-options .primary, #rtm-media-options .primary i {
    color: #xxx !important;
    }
    
    

    where xxx should be your desired color ( maybe white #fff )

    Thank you,
    Catalin

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #26734
     Model
    Participant

    Awesome. Thank you so much!

    #26742
     Model
    Participant

    Resolved

Viewing 9 posts - 1 through 9 (of 9 total)

The topic ‘Upload button Multimedia’ is closed to new replies.

Log in with your credentials

Forgot your details?