Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • CptDecker Friend
    #184315

    Hello,

    I have placed some text along with a link in the module the module “MYLO XYLOTO NEW ALBUM” .

    The link is not clickable. No matter what I have tried, the link will not appear as cluickable.

    Additionally, as links are red and the module is red, the link is not visible. Is there a way to change the link color within just the red modules?

    Luna Garden Moderator
    #481026

    Hello,

    Can you provide your site URL here, I have inserted the link in the module “MYLO XYLOTO NEW ALBUM” but the link is still clickable.

    In order to change the color of link for module has red background, please go to: <blockquote>templates/ja_mixmaz/css/template.css</blockquote>

    Add these lines:
    <blockquote>div.moduletable.pattern-r a{
    color: #FFFFFF >> or any color code you want.
    }</blockquote>

    CptDecker Friend
    #481044

    The site is at darestudios.com/index.php The module title is promo videos.

    Here is the code currently in the module (installed via quickstart).

    <p class=”description”>Let Dare Studios make your bands next promo video. Our expert staff combined with affordable rates makes Dare an outstanding value for <a href=”http://darestudios.com/video” style=”color: white; text-decoration: underline;”>your next video</a>.</p>

    Luna Garden Moderator
    #481115

    Hello,

    In order to make the right module clickable, go to: <blockquote>templates/ja_mixmaz/css/templates.css</blockquote>

    Find these lines:

    <blockquote>#ja-topsl .ja-box-right {
    position: relative;
    right: auto;
    }</blockquote>

    change to:

    <blockquote>#ja-topsl .ja-box-right {
    position: relative;
    right: auto;
    z-index: 100;
    }</blockquote>

    CptDecker Friend
    #481169

    Thank you- this issue is resolved.

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

This topic contains 5 replies, has 2 voices, and was last updated by  CptDecker 11 years, 9 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum