Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #203110

    1. how to remove second line under the header area on my page. sellmydigs.com
    2. how do you make the caption on an image show up on the webpage?
    3. how do you change font size in text editor?
    4. How do i change the icon background color on the icon list to the theme color? (so they look like the icons do when you choose “top” icon?

    #203285

    Hi dawsmik!

    Please add following code to Quick CSS in Enfold theme options under Styling tab
    1)

    .fixed_header #main {
    padding-top: 61px;
    }

    2) Not sure if i understood this one clearly. Can you elaborate?
    3) You can either choose one of headings or add following code on Text tab

    <p style="font-size: 44px;">your text here</p>

    http://i.imgur.com/rBqGyWs.jpg
    4)

    .main_color .avia-icon-list .iconlist_icon {
    background-color: #6a2f79;
    }

    Cheers!
    Yigit

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘4 Simple Questions.’ is closed to new replies.