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

    Hi To change each color , you may look on the Template options > Theme magic . Documentation here . Besides if the customization are more you can use inspect element from browser tool and check the style classes then override the via custom.css file .
    The triangle shape is used for all the module in this style : http://prntscr.com/b8wswg
    Path : /templates/ja_resume/css/themes/light-triangular-yellow/template.css
    Copy the style in custom.css file and apply circle classes .

    ilhl Friend
    #935492

    tried a little bit to change the css file.. looked how the singer style is done and tried to make smth similar.. but actually i don’t want the circle to be filled, i only want a round border.. see the screenshot..

    this is my code:

    .title-style-1 .acm-title::before {
      border-radius: 85%;  
      background: #ffcc00;
      bottom: -5px;
    }
    
    .title-style-1 .acm-title::after {
      border-radius: 50%;
      background: #111111;
      bottom: -5px;
      content: "";
    }

    but i do smth wrong, because i only get a filled circle.. what am i doing wrong?


    1. style-1
    Pankaj Sharma Moderator
    #935862

    Hi
    You need to remove the bg color so it will be removed .Beside it you can give the page url where u published the module , so i can check the give so exact changes to do this .

    ilhl Friend
    #936190
    This reply has been marked as private.
    Pankaj Sharma Moderator
    #936231

    Hi
    I replied you in your another post going on here .
    Kindly follow the same thread .

    Pankaj Sharma Moderator
    #936232

    Hi
    I replied you in your another post going on here .
    Kindly follow the same thread .

    ilhl Friend
    #936536

    this one is solved, thanks!

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

This topic contains 7 replies, has 2 voices, and was last updated by  ilhl 8 years, 5 months ago.

The topic ‘adapting the design’ is closed to new replies.