Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #11023

    Hi,

    Great template. I am enjoying using it.

    I currently have an image of our contact info in the header widget, but wanted to make it text. I tried to input the details with html tags and it will not take.

    Is there a way to have custom text in the text widget. Also, is there a way to upload my own text?

    The site is eggheadfranchise.com

    Thanks in advance.

    #11081
    Sakin
    Keymaster

    @aceenrichment: You can use “2. Catch Everest: Advertisement” widget, which accepts HTML code in Ads code space.

    #11175

    I tried, but it would still name take the code.

    Also, how can I remove the border around images that I upload onto a page. Example: http://eggheadfranchise.com/available-opportunities/

    #11176
    Sakin
    Keymaster

    @aceenrichment: Just add the following CSS in “Appearance => Theme Options => Custom CSS” box.
    .entry-content img { box-shadow: none; }

    #11199

    Great! The css script worked.

    Any ideas about the header widget? It accepts color html but not font, size, etc.

    #11231
    Sakin
    Keymaster

    @aceenrichment: You can add the following css in “Appearance => Theme Options => Custom CSS” box to change the font size.

    #header-right h1 { font-size: 26px; }
    #header-right h2 { font-size: 24px; }
    #header-right h3 { font-size: 20px; }

    Second, if you want to do it inline the it will be as:

    <h3 style="color: #808080; font-size: 26px;">Give us a call</h3>
    <h1 style="color: #ff6600; font-size: 26px;">3105008187</h1>
    <h3 style="color: #ff6600; font-size: 26px;">Mon-Fir</h3>
Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘CSS/HTML for Text widget not working’ is closed to new replies.