• Resolved dialman

    (@dialman)


    I am using your Team shortcode on our about page.
    The Position text was difficult to read.
    I have managed to bold it by adding HTML <b></b> tags, how can I alter the color. What is the css attribute I need to address?

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author UIUX Lab

    (@uiuxlab)

    You can go to “Uix Shortcodes” in the WordPress Administration Screens, then link to a specific tab like “Custom CSS”.

    Change the following code:

    `
    .uix-sc-gallery-list .uix-sc-gallery-list-position {
    padding: 2px 6px;
    font-size: 12px;
    position: absolute;
    bottom: 5px;
    right: 0;
    color: #fff;
    background: #23282D;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
    }

    ??

Viewing 1 replies (of 1 total)
  • The topic ‘Customising Position color for Team shortcode’ is closed to new replies.