• Hi, I have a few questions about my site
    https://www.h2lstudio.com

    Can I switch the grid page (classes) so the boxes are before the body text?

    When you select the drop down menus, theres a little white square to the left of the gray .. how can I make that go away?

    The schedule in my menu is a custom link, how can I make that open up into a new window? Same with the social media links at the bottom of the page.

    Thank you so much!!

Viewing 2 replies - 1 through 2 (of 2 total)
  • sacredpath

    (@sacredpath)

    Automattic Happiness Engineer

    Hi,

    Can I switch the grid page (classes) so the boxes are before the body text?

    You would have to create a Child Theme and then create a new Page Template (my-grid.php?) with the grid above the page content. You would place that in the Child Theme folder (or a subfolder within the child theme, and then it would be available for any page you create from the dropdown in the editor.

    When you select the drop down menus, theres a little white square to the left of the gray .. how can I make that go away?

    .main-navigation ul ul {
    padding-left: 0;
    }

    The schedule in my menu is a custom link, how can I make that open up into a new window? Same with the social media links at the bottom of the page.

    Go to Appearance > Menu, click on Screen Options at top right and activate Link Target under Show advanced menu properties and then open that menu item in your custom menu and a checkbox will be below the Label field so you can set it to open in a new tab/window.

    sacredpath

    (@sacredpath)

    Automattic Happiness Engineer

    On the grid page template, I forgot to mention that I would recommend copying the existing page template out of the Sela page-template folder and modifying that file to get things in the order you want them and rename it.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Sela Theme – Grid Page Switch’ is closed to new replies.