Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • Pankaj Sharma Moderator
    #932038

    Hi
    Yes you can add module suffix and then define the custom style vai custom.css file to apply your style for this module .
    Path : /css/custom.css if there is not custom.css file then create it and add your module suffix style code .

    oficyna21 Friend
    #932193

    hello,
    can you tell me which suffix? And what should I add to custom.css?

    Pankaj Sharma Moderator
    #932197

    Hi
    You need to create module suffix , it depends on your needs of custom style you want to apply .
    Here is doc for how u can use Module suffix .

    For example :
    code is

    .red {background :red;}

    to make the background red .

    oficyna21 Friend
    #932200

    Ok, I understand, but I just need this oval frames. What should I add?

    oficyna21 Friend
    #932201

    @pankajsharma Could you also help me with my other problem: https://www.joomlart.com/forums/topic/typography-in-portfolio-article/ ?? No one answered me. Sorry, I’m not a specialist.

    Pankaj Sharma Moderator
    #932236

    Hi
    Co-worker is already working on your issue . Kindly follow the same thread .

    oficyna21 Friend
    #932246

    Could you tell me what should I do to get popular tags in the oval frames like in attached image


    1. popular-tag-front
    Pankaj Sharma Moderator
    #932248

    Hi
    You need to copy the style code used from the screenshot url site and then add it via custom.css file on your site .
    Use browser inspect element or firebug to check the style code used for these tags .
    This way you can apply custom style on site from any site .

    oficyna21 Friend
    #932264

    This image is from: https://www.joomlart.com/documentation/joomla-templates/ja-jason-template/default-joomla-extensions-configuration#popular-tag
    This means that’s what the popular tags should look in JA Jason. Do you really can’t write me what should I add – which module suffix, which code in custom.css?

    Pankaj Sharma Moderator
    #932285

    Hi
    Sorry but this module style is not for this template, its for JA Nuevo template style , there was a mistake in the documentation that will be corrected soon .

    You can add this code in custom.css file to make same kind of view of this module .

    .tagspopular ul {
      display: block;
      font-family: 'Montserrat', sans-serif;
      font-size: 13px;
      margin: 0;
      padding: 0;
      list-style: none;
      overflow: hidden;
    }
    .tagspopular ul > li {
      color: #555555;
      display: inline-block;
      margin: 0 5px 8px 0;
    }
    .tagspopular ul > li > a {
      background: none;
      border: 2px solid #ecf0f1;
      border-radius: 20px;
      color: #667780;
      display: block;
      padding: 5px 15px;
      transition: 0.3s;
    }
    .tagspopular ul > li > a:hover,
    .tagspopular ul > li > a:focus,
    .tagspopular ul > li > a:active {
      background: none;
      border-color: #cfd9db;
      color: #73bfe6;
      text-decoration: none;
    }
    

    Hope it helps .

    oficyna21 Friend
    #932295

    Yes, thanks a lot. Solved!

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

This topic contains 11 replies, has 2 voices, and was last updated by  oficyna21 8 years, 6 months ago.

The topic ‘tags in footer’ is closed to new replies.