Appointway Pro Theme

Discussion in 'Announcements' started by gpanaggio, Nov 7, 2013.

Thread Status:
Not open for further replies.
  1. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,
    Go to the Pages > All Pages in your dashboard and edit the "About Us" page and select "default template" from the page attributes section.
    This will solve the issue.
     
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Go to the Appearance > Widget panel in your dashboard and drag & drop the text widget in the Primary or secondary widget area
    and then you can put the code in the content area of text widget.
     
  3. gpanaggio

    gpanaggio New Member

    Joined:
    Jul 23, 2013
    Messages:
    24
    Likes Received:
    0
    Tks, In reference to post #21. This is the way I have been doing it but when I do a preview it does not show still.
     
  4. gpanaggio

    gpanaggio New Member

    Joined:
    Jul 23, 2013
    Messages:
    24
    Likes Received:
    0
    Also, in reference to post #13 , I may be doing something completely wrong but I have added all of the codes to the corresponding areas and I cannot get the bullet points to come up. What am I not doing? When I add these bullet points is there any way to get a more modern style? I wanted a different look then the original bullet point. Tks.
     
  5. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
  6. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107

    See the link given below

    http://www.w3schools.com/css/css_list.asp
    http://www.w3schools.com/cssref/pr_list-style-type.asp

    I hope this will help you to change the bullet style of list.
     
  7. gpanaggio

    gpanaggio New Member

    Joined:
    Jul 23, 2013
    Messages:
    24
    Likes Received:
    0
    my url is: pcnetworked.com/wp-admin
    ******
    ********

    Thanks.
     
  8. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    It is working fine at our side.
    We have added sidebar on the "About Us" page, you can check your site.
     
  9. gpanaggio

    gpanaggio New Member

    Joined:
    Jul 23, 2013
    Messages:
    24
    Likes Received:
    0
    Ok. Question, how can I make the Titles font a different color? The content on my pages has a blue font for the titles and I want the titles of the pages to have the same titles , however, I cannot change the color of the titles.

    Tks.
     
  10. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Hello,

    For title
    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .content_bar h1 {
    color: #000080;
    }
    Thanks & Regards
    Nitesh Raghuwanshi
     
  11. gpanaggio

    gpanaggio New Member

    Joined:
    Jul 23, 2013
    Messages:
    24
    Likes Received:
    0
    Thank you.
     
Thread Status:
Not open for further replies.

Share This Page