0
Welcome Guest! Login
0 items Join Now

How to add personal Icon in chapelco template

    • Parviz's Avatar
    • Parviz
    • Newbie
    • Posts: 2
    • Thanks: 0

    How to add personal Icon in chapelco template

    Posted 9 years 6 months ago
    • hi everyone,

      could please help me how can i add my personal icon in chapelco template instead of predefined icon("icon-star") came with package?

      regards
      parviz
    • MrT's Avatar
    • MrT
    • Preeminent Rocketeer
    • Posts: 101084
    • Thanks: 13484
    • Web Designer/Developer

    Re: How to add personal Icon in chapelco template

    Posted 9 years 6 months ago
    • Could you please post a URL to your site (this can be done in the secure area tab if you prefer) so we can look for you. Without a link to page where the problem is on your site it is quite hard for us to provide the best solution due to so many variables. We try to provide file names and line numbers for code changes and if changes have already been made then our advice may be incorrect.

      What is the location of your image?

      Regards, Mark.
    • Please search forums before posting. Please make sure your post includes the version of the CMS you are using and a link to the problem. Annotations on screenshots can also be helpful to explain problems/goals. Please use the "secure" tab for confidential information.
    • Parviz's Avatar
    • Parviz
    • Newbie
    • Posts: 2
    • Thanks: 0

    Re: How to add personal Icon in chapelco template

    Posted 9 years 6 months ago
    • hi and thanks for your post's, unfortunatly i have local server so couldn't give you any link to browse, but you can visit the demo site of this template as bellow and see what i mean icon like in the middle of the page, " Popular Features".
      i want to change this 2 layer icon that made form Classes with and static Image or Icons.


      link: demo.rockettheme.com/joomla-templates/chapelco/


      regards
      parviz
    • Last Edit: 9 years 6 months ago by Parviz.
    • MrT's Avatar
    • MrT
    • Preeminent Rocketeer
    • Posts: 101084
    • Thanks: 13484
    • Web Designer/Developer

    Re: How to add personal Icon in chapelco template

    Posted 9 years 6 months ago
    • "popular features" is using a rokcandy macro in the title of the module. It also has module class suffixes added in the module and finally there is a joomla modules override to add the "rt-bubble" class in the module rendered output (/templates/rt_chapelco/html/modules.php).

      If you want to use your own images for icons then you could restyle one of the existing classes (e.g. the icon-star) or you could instead create your own class (I'd suggest giving it a name of that begins with "icon-" and then adding your own custom CSS for that class.
      .icon-xxxx {
          content: url("youriconimageurlgoeshere");
      }

      If you do all your development locally then it is going to be much harder for us to assist you - I would suggest that you get your site on the net if your require further assistance.


      Regards, Mark.
    • Please search forums before posting. Please make sure your post includes the version of the CMS you are using and a link to the problem. Annotations on screenshots can also be helpful to explain problems/goals. Please use the "secure" tab for confidential information.

Time to create page: 0.063 seconds