Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
+2 votes
458 views
in Themes by

Is there any one that can help me out? i actually want my tag to appear like what is obtainable in this image. Thanks

by
edited by
+1
You have to "inspect element" those links with your right click. Then you will know the CSS properties of those tags.

Heres's what in my CSS, you may pay attention to the border-radius:

.qa-tag-link {
    display: inline-block;
    background-color: #eee;
    color: #424242!important;
    font-size: 16px;
    padding: 2px 12px;
    margin-right: 6px;
    margin-bottom: 6px;
    border-radius: 3px;
    transition: box-shadow .2s ease-in-out;
    box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .302), 0 1px 3px 1px rgba(60, 64, 67, .149)
}

1 Answer

0 votes
by
Pls how can i access the css file? i understand htacess can be accessed via Ftp. can css file be assessed via ftp? pls guide me through......
by
Ftp is for quick upload. You can use the normal tool "File Manager" to browse files.  It seems that you are not so tech-savvy.

Find the root directory where the Q2A bundle is located. Then go to qa-theme/[your-current-theme-name]/, then it can be any CSS file you can see.
by
I had the same issue. Please help me out.
...