Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #868295

    Hello! The site in question is termlifecomparison.com.

    Question #1: As you can see on the home page, the Text Widget does not line up properly with the first element’s title on the page. That is the question: how can I make the two line up?

    Question #2: I am trying to use the Text Widgets as a Q&A/FAQ. I would like to put a distinctive title (FAQ or something like that) over that area of the sidebar. How do I do that?

    Question #3: How do I remove (or change) the icon in front of the text widget’s title?

    Question #4: How can I reduce the size of the Text Widget’s title?

    Question #5: Is there any way to use an accordian element as a sidebar widget? If there’s not a way at present, can you add that to the feature requests, please? I’ll post log-in credentials in my next post.

    #868296

    Oh. one other question. I saw in some other posts that there might be a difference between editing the style in CSS and editing the style in a child theme. I have already set up my child-theme and it is the only place where I work. Do I even have the ability to edit style’s outside of my child-theme as long as I’m using/working in the child theme?

    I’m scared that I’m doing something right now that might expose the customizations I’ve done to getting inadvertently erased.

    #868298
    This reply has been marked as private.
    #868991

    Christian
    Moderator

    Hey there,

    1. Please add mtn class to your headline (see attachment).

    2. Can you give us more details on what you mean by ” put a distinctive title ”

    3-4. Please add the code below in your Appearance > Customize > Custom > CSS

    .widget_text .h-widget:before {
        display: none;
    }
    .h-widget {
        font-size: 130%;
    }

    5. You can use the Accordion shortcode in a Text widget. See http://theme.co/x/demo/integrity/1/shortcodes/accordion/

    6. When overriding X Styles, you will need to put your CSS in Appearance > Customize > Custom > CSS because Customizer settings or styles has more weight than style.css.

    Thanks.

    #870226

    OK. I was able to make a lot of those adjustments. So, THANK YOU!

    As for the second question, what I’m wanting to do is basically add a title “F.A.Q.” that would sit at the top of the widget column. As you can see, all of the text widgets are just FAQ items. I would like to have the title be the same size as the “Anonymous Quote Research Tool” heading, if possible.

    I really appreciate your help so much. Thanks!

    #870511

    OK. Nevermind on the title question (#2). I ended up using an accordian inside the text widget and it looks much better, and allows me to add more content without weighing down the page with dense text. So, I think I’m all good here, for now. Thank you very much! You guys are the best of the best!

    #870633

    Paul R
    Moderator

    You’re welcome and thank you for your kind words! 🙂